How to modify the colobar settings?
Ältere Kommentare anzeigen
Just a simple question!!
How can I obtain following requirement for the colorbar?
- add units
- move colobar tilte to the desired position

Akzeptierte Antwort
Weitere Antworten (1)
meghannmarie
am 31 Okt. 2019
1 Stimme
c = colorbar;
units = 'm';
c.TickLabels = cellfun(@(x) [x ' ' units], c.TickLabels, 'UniformOutput', false)
c.Position = [left,bottom, width,height];
Kategorien
Mehr zu Colorbar finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
