?? example75_eigenvector.m
字號:
%%%example75_eigenvector
%%the feature of image
c1=W'*b0(:,1);
c2=W'*b0(:,2);
figure('name','兩幅圖像的特征值','numbertitle','off');
plot(x,c1,'-',x,c2,'-.');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -