Is there a property such as 'Ticks' for colorbars?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I wonder if there is a property such as 'Ticks' or 'TickLabels' for colorbars. Because MATLAB says:
Error using colorbar (line 192)
Unknown property 'Ticks'.
Despite I got that error in the link below, it seems possible to use 'Ticks' property.
Why I cannot use this property with MATLAB 2014a?
rft
1 Commento
per isakson
il 17 Dic 2014
Modificato: per isakson
il 17 Dic 2014
Doc says
h = colorbar(___) returns the colorbar object. Use h to set
properties of the colorbar after it is created.
Note: Starting in R2014b, the colorbar function returns a colorbar
object. In previous releases it returns an axes object.
AFAIK: With R2014a it should be possible, if you have not activated HG2.
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!