scaling the colorbar of the plot

6 vues (au cours des 30 derniers jours)
Jack_111
Jack_111 le 12 Juin 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

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by