필터 지우기
필터 지우기

scale the axis in graph obtained in gui window

조회 수: 1 (최근 30일)
Vinod G
Vinod G 2012년 7월 10일
i ve plotted a graph of PI curve but i'm unabling to scale the x-y axis. how to change??
  댓글 수: 2
Jan
Jan 2012년 7월 10일
Please explain any details. What have you tried and which problems occurred?
Vinod G
Vinod G 2012년 7월 11일
actully i've plotted a PI curve which gets plotted which i click on the push button in gui but d plot has not scaled properly .so i want to scale the axis??how to go on with dat??

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

답변 (1개)

Ilham Hardy
Ilham Hardy 2012년 7월 11일
Put
set(handels.figure1,'xlimmode','auto')
set(handels.figure1,'ylimmode','auto')
after plot command.
(handles.figure1)
is handle of your axes.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by