?? example34_test.m
字號:
%test the rbf network
%==============
%==============
input=str2num(input);
output=simurb(input,W1,B1,W2,B2);
out=simurb(P,W1,B1,W2,B2);
figure('color',[0.8 0.8 0.8],'position',[120 120 600 400],'name',...
'測試輸出','numbertitle','off');
plot(P,T,'+',P,out,input,output,'r*');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -