how can i increase the amplitude of the graph plot along yaxis with out changing x-axis?

조회 수: 2 (최근 30일)
i plotted 8 graphs in single one so the amplitude is small,i want to increase it..

답변 (1개)

Walter Roberson
Walter Roberson 2014년 2월 26일
You can set the Position property of the axes if you want to keep the figure the same size. If you want to enlarge the figure as well, set it's Position property (after which you might also need to set the axes Position.)
Note: if you use subplot() then if the new subplot would overlap any existing axes, including another subplot, then axes that would be overlapped will be deleted. However, if you set the subplot axes Position properties after you have finished calling subplot() then you are fine.

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by