Adding colorbar to ui axes in appdesigner?

15 次查看(过去 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!

采纳的回答

Adam
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 CenterFile Exchange 中查找有关 Color and Styling 的更多信息

Translated by