필터 지우기
필터 지우기

scaling the colorbar of the plot

조회 수: 3 (최근 30일)
Jack_111
Jack_111 2013년 6월 12일
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

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 6월 12일
set(gca,'ylim',[min_yval max_yval]), %for y axis
  댓글 수: 1
Jack_111
Jack_111 2013년 6월 12일
I do meshing of the figure mesh(x,y,z) and then color bar but I want to scale this colorbar

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Colormaps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by