Filter löschen
Filter löschen

How to keep the numbers on the colorbar scale of a surface plot fixed?

12 Ansichten (letzte 30 Tage)
Following are my two surface plots (top view). Right now the first graph has colorbar scale from -40 to 40 while the second from -40 to 120. I want the colorbar axes to show the same scale in both, i.e., -40 to 120. Can someone please help? Thanks.

Akzeptierte Antwort

Chad Greene
Chad Greene am 20 Mai 2016
Bearbeitet: Chad Greene am 20 Mai 2016
Set
caxis([-40 120])
after both plots.
  2 Kommentare
Jasnoor Singh
Jasnoor Singh am 20 Mai 2016
Genius man! Such a simple command and I've spent so much time searching for this. Thanks a lot!!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Colormaps 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!

Translated by