?? example72_test.m
字號(hào):
%example72_test
%==============
%==============
figure('name','測(cè)試點(diǎn)位置','numbertitle','off');
t1=str2num(input);
clc
plot(P(1,:),P(2,:),'+r',W(:,1),W(:,2),'ob');
hold on
plot(t1(1,:),t1(2,:),'*');
figure('name','測(cè)試結(jié)果圖示','numbertitle','off');
a=simusm(t1,W,M);
plot(a,'*')
disp('獲勝神經(jīng)元及其相鄰神經(jīng)元的輸出')
a
hold off
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -