?? showsinglemap.m
字號:
function ShowSingleMap(Map,MLKP,ivar,Names);
if (nargin == 3)
Label='N';
else
Label='Y';
end
[Nvar,Dummy] = size(Map);
for i=1:MLKP.Nrow
for j=1:MLKP.Ncol
Plane(i,j)=Map(ivar,(i-1)*MLKP.Ncol+j);
end
end
imagesc(Plane);
axis image %square;
colorbar
if(Label == 'Y')
title(Names);
end
colormap(MLKP.ColorMap);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -