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

1 次查看(过去 30 天)
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