Contrast problem using surf plot in subplot
古いコメントを表示
I'm trying to create a subplot containing 4 surf' with three a ranged colormap (white,red,green), the problem is that when I call subplot my surf plots become so small all parts seem the same way, I have to zoom a lot so I can see the difference.
subplot(2,2,i); surf(access);
view(0,90);
map = [1 1 1;1 0 0;0 1 0];
colormap(map);
axis equal;
回答 (1 件)
Star Strider
2020 年 12 月 6 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Subplots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!