|||
[x,y,z]=peaks(60);
mesh(x,y,z);
h=colorbar;
set(get(h,'title'),'string','km');
有时不是在title上加单位,而是在数字上面加,可以:
h=colorbar;
t=get(h,'Yticklabel');
t=strcat(t,'km');
set(h,'Yticklabel',t);
设置colorbar字体大小为14号:
colorbar('Fontsize',14);
或者
h=colorbar;
set(h,'Fontsize',14)
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-26 15:32
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社