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

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일

3 개 추천

ax = plotyy(...);
axis(ax(2),[a b c d]);

추가 답변 (0개)

카테고리

도움말 센터File 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