scaling the colorbar of the plot

5 Ansichten (letzte 30 Tage)
Jack_111
Jack_111 am 12 Jun. 2013
I want to scale the color bar to maximum and minimum values? which function should I use caxis or clim? and what is the difference between them

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 12 Jun. 2013
set(gca,'ylim',[min_yval max_yval]), %for y axis
  1 Kommentar
Jack_111
Jack_111 am 12 Jun. 2013
I do meshing of the figure mesh(x,y,z) and then color bar but I want to scale this colorbar

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by