?? 直觀推導式演進特征投影法 文件頭.txt
字號:
文件頭:
function fun_resohelp(action)
global Step C S Data;%simudata peaks parameters: 1 80 10;1.5 130 20;1.2 170 3
switch(action)
case 'act_start'
load resohelpdata;
Step=0;
subplot('position',[0.08 0.0800 0.92 0.75]);
hold off;cla;
mesh(data2d);
xlabel('wavelength');
ylabel('retention time');
zlabel('absorption A');
set(findobj(gcf,'Tag','Text3'),'FontSize',10);
set(findobj(gcf,'Tag','Text3'),'ForegroundColor',[1 1 0]);
set(findobj(gcf,'Tag','Text3'),'String','本例子演示一個3組分模擬二維數據的直觀推導式演進特征投影法解析過程。其三維圖如下');
case 'act_next'
%%
Step=Step+1;
if Step==1
load resohelpdata;
subplot('position',[0.08 0.0800 0.92 0.75]);
hold off;
plot(mean(data2d'));
hold on;
plot([1:50],mean(data2d(1:50,:)'),'*r')
plot([185:204],mean(data2d(185:204,:)'),'*g')
legend('色譜圖','峰簇前背景區域','峰簇后背景區域');
hold off;
set(findobj(gcf,'Tag','Tex
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -