MATLAB: Is there a property such as ‘Ticks’ for colorbars

colorbar properties;colorbar ticks;

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

Best Answer

I found my answer on help, I think it may be a version difference.
Because colorbar in MATLAB 2014a has 'YTick' property instead of 'Ticks' and it is just the same in execution.