How to change the colorbar label distance
2 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
how can I change the label distance in the colorbar? Thanks!
0 个评论
采纳的回答
Florian Bidaud
2023-9-21
编辑:Florian Bidaud
2023-9-21
c = colorbar;
clim([84 100])
c.Ticks = [84:2:100];
c.TickLabels{1} = 0;
3 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Colormaps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!