Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Two y-axis in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by