Adding colorbar to ui axes in appdesigner?
28 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Adam
le 15 Mar 2017
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
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Colormaps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!