make a better map
Ältere Kommentare anzeigen
hi, how can i edit and change the colormap to make it better?
this is my script:
ax = axes();
Spi3=permute(New_freq,[2 3 1]);
pcolor(lon,lat,Spi3);
shading interp

thank you in advance!
2 Kommentare
DGM
am 15 Apr. 2021
It depends what you mean by "make it better". You can set the colormap using colormap(). There are a number of built-in colormaps, and there are many custom colormaps on the File Exchange. You can make your own or customize existing colormaps using colormapeditor().
Nurul Ain Basirah Zakaria
am 15 Apr. 2021
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Color and Styling 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!