?? absda.m
字號:
for m0=1:141
for n0=1:259
if abs(X1hh(m0,n0))>abs(X2hh(m0,n0))
Xhh(m0,n0)=X1hh(m0,n0);
else
Xhh(m0,n0)=X2hh(m0,n0);
end
if abs(X1hg(m0,n0))>abs(X2hg(m0,n0))
Xhg(m0,n0)=X1hg(m0,n0);
else
Xhg(m0,n0)=X2hg(m0,n0);
end
if abs(X1gh(m0,n0))>abs(X2gh(m0,n0))
Xgh(m0,n0)=X1gh(m0,n0);
else
Xgh(m0,n0)=X2gh(m0,n0);
end
if abs(X1gg(m0,n0))>abs(X2gg(m0,n0))
Xgg(m0,n0)=X1gg(m0,n0);
else
Xgg(m0,n0)=X2gg(m0,n0);
end
end
end
figure
subplot(2,2,1)
image(Xhh)
colormap(map)
subplot(2,2,2)
image(Xhg)
colormap(map)
subplot(2,2,3)
image(Xgh)
colormap(map)
subplot(2,2,4)
image(Xgg)
colormap(map)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -