3D Plot Color Map Gradation
1 回表示 (過去 30 日間)
古いコメントを表示
can somebody help me to make a 3D plot color like this.
0 件のコメント
採用された回答
G A
2021 年 4 月 17 日
Try this:
cmp=colormap(turbo(256));
caxis([-0.5,0.5]);
cmp1=cmp;
cmp1(1:128,:)=flipud(cmp1(129:256,:));
colormap(cmp1);
colorbar
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Colormaps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!