Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
million
million am 21 Jan. 2011
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.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 21 Jan. 2011
ax = plotyy(...);
axis(ax(2),[a b c d]);

Weitere Antworten (0)

Kategorien

Mehr zu Two y-axis finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by