필터 지우기
필터 지우기

How do I change the right axis on plotyy in MATLAB?

조회 수: 1 (최근 30일)
million
million 2011년 1월 21일
How do I change the limit of the right size of the plot using plotyy? Wanted to use axis([a b c d]) but that does not work.

채택된 답변

Walter Roberson
Walter Roberson 2011년 1월 21일
ax = plotyy(...);
axis(ax(2),[a b c d]);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Two y-axis에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by