以下の内容はhttps://seinzumtode.hatenadiary.jp/entry/20160708/1467953842より取得しました。


MATLABの同一figureで複数のcolormapを使う

freezeColors.mをダウンロードしてきて使う

http://blogs.mathworks.com/pick/2009/07/24/using-multiple-colormaps-in-a-single-figure/
http://jp.mathworks.com/matlabcentral/fileexchange/7943-freezecolors---unfreezecolors

figure('color','w')
subplot(1,2,1)
image(X);
colormap(map);
% Here's John's contribution:
freezeColors

subplot(1,2,2)
contour(P,15)
colormap(copper)
axis ij square
pcolor(P)
axis ij square
shading flat




以上の内容はhttps://seinzumtode.hatenadiary.jp/entry/20160708/1467953842より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14