How to change the colorbar label distance
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Eryang Wang
am 21 Sep. 2023
Kommentiert: Eryang Wang
am 21 Sep. 2023
Hello everyone,
how can I change the label distance in the colorbar? Thanks!

0 Kommentare
Akzeptierte Antwort
Florian Bidaud
am 21 Sep. 2023
Bearbeitet: Florian Bidaud
am 21 Sep. 2023
c = colorbar;
clim([84 100])
c.Ticks = [84:2:100];
c.TickLabels{1} = 0;
3 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Color and Styling finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!