hello, i have one question:i want to edit the colorbar and save. i want to do the same colorbar.any help?? thanks.
in matlab i have

 Réponse acceptée

Walter Roberson
Walter Roberson le 8 Jan 2016

0 votes

4 commentaires

Hgcvghh Vbbbb
Hgcvghh Vbbbb le 8 Jan 2016
thank you.but how to save the current axes colormap in a variable?
Joseph Cheng
Joseph Cheng le 8 Jan 2016
if you read the link you save it into a variable as
cmap = colormap(ax);
Walter Roberson
Walter Roberson le 9 Jan 2016
Or just cmap = colormap() for the current axes.
Hgcvghh Vbbbb
Hgcvghh Vbbbb le 9 Jan 2016
it's done but when i write colormap(axes,mycmap) the colorbar is hide. why??

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by