?? 直觀推導(dǎo)式演進特征投影法 文件尾.txt
字號:
文件尾:
eif Step==12
load resohelppurechrom;
load resohelppurespec;
subplot('position',[0.08 0.0800 0.38 0.75]);
hold off;cla;
plot(purechrom);
subplot('position',[0.54 0.0800 0.38 0.75]);
hold off;cla;
plot(purespec);
set(findobj(gcf,'Tag','Text3'),'FontSize',10);
set(findobj(gcf,'Tag','Text3'),'ForegroundColor',[1 1 0]);
set(findobj(gcf,'Tag','Text3'),'String',['解析結(jié)果:用“剝離”方法解析的色譜和光譜如下圖。象本例三個組分均有選擇性區(qū)域的情況,一次計算就可快速準確地得到全部組分的色譜和光譜,而無須剝離。此方法在此略']);
elseif Step>=13
errordlg('demo has finished!');
else
errordlg('Run start first!');
return;
end;
case 'act_stop'
subplot('position',[0.08 0.0800 0.92 0.75]);
hold off;cla;
set(findobj(gcf,'Tag','Text3'),'FontSize',10);
set(findobj(gcf,'Tag','Text3'),'ForegroundColor',[1 1 0]);
set(findobj(gcf,'Tag','Text3'),'String','');
clear;
end;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -