changing Ticklabel in colorbar
Mostra commenti meno recenti
Hi,
I have plotted an image with colorbar.
imagesc(pfield,[0 10]);
h=colorbar
How can I change the ticklabels in the colorbar using set() command? I need only [0 5 10]
-saima
Risposte (1)
Azzi Abdelmalek
il 18 Ago 2013
set(gca,'xtick',[0 5 10])
Categorie
Scopri di più su Axis Labels in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!