example52_test1.m

来自「是一个用MATLAB编的一个系统」· M 代码 · 共 16 行

M
16
字号
%hf1_test:test the network
%==============
%==============
figure('name','任一随机输入矢量的收敛过程','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,:))

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?