필터 지우기
필터 지우기

Scale the plot

조회 수: 2 (최근 30일)
khatereh
khatereh 2011년 12월 5일
Hi , I have as loop that plots something and save it. In order to be easy to compare the results I want to scale the plot in the x axis so all of the plots can be comparable . I don't want to use xlim. because some of the graphs have 200 points in x xis some have other one. I want to see the whole range but the graphs who has 200 point looks slimmer that the one who has 300 point.
Cheers Khatereh

답변 (1개)

seyedashraf
seyedashraf 2011년 12월 5일
Salam khatereh,
seems like you just need to fix the view ,try this:
view(140,50);
put it right after the surf,surfc,plot3,... command line
  댓글 수: 1
Jan
Jan 2011년 12월 5일
VIEW is helpful for 3D images, but the OP wants 2D graphs, if I understand correctly.

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by