Adding colorbar to ui axes in appdesigner?
28 ビュー (過去 30 日間)
古いコメントを表示
Hello, I added a contour plot in uiaxes in appdesigner. I want to change its colormap and add a colorbar, but so far I could not figure it out. Any help will be appreciated. Thanks!
0 件のコメント
採用された回答
Adam
2017 年 3 月 15 日
colorbar( hAxes )
will add a colourbar just like it does for normal axes.
colormap( hAxes, 'jet' )
should likewise change its colourmap to e.g. jet
その他の回答 (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!