?? example52_test1.m
字號:
%hf1_test:test the network
%==============
%==============
figure('name','任一隨機(jī)輸入矢量的收斂過程','numbertitle','off');
%simulate the network...
A=simuhop(T,W,B)
%simulate the network again...
t=rands(2,1);
max_epoch=str2num(max_epoch);
[t0,ts]=simuhop(t,W,B,max_epoch);
hold on
plot(ts(1,1),ts(2,1),'ko',ts(1,:),ts(2,:))
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -