How to change the colorbar label distance

4 次查看(过去 30 天)
Hello everyone,
how can I change the label distance in the colorbar? Thanks!

采纳的回答

Florian Bidaud
Florian Bidaud 2023-9-21
编辑:Florian Bidaud 2023-9-21
c = colorbar;
clim([84 100])
c.Ticks = [84:2:100];
c.TickLabels{1} = 0;

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Red 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by