changing Ticklabel in colorbar

조회 수: 1 (최근 30일)
saima
saima 2013년 8월 18일
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

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 8월 18일
set(gca,'xtick',[0 5 10])

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by