フィルターのクリア

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 Center および File ExchangeTwo y-axis についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by