Is there a property such as 'Ticks' for colorbars?

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 件のコメント

per isakson
per isakson 2014 年 12 月 17 日
編集済み: per isakson 2014 年 12 月 17 日
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.

サインインしてコメントする。

 採用された回答

Rafet
Rafet 2014 年 12 月 17 日

1 投票

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.

1 件のコメント

Adam
Adam 2014 年 12 月 17 日
Yeah, in R2014a a colourbar is effectively an axes. In R2014b it is its own class type.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

質問済み:

2014 年 12 月 17 日

コメント済み:

2014 年 12 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by