Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
million
million le 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.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Two y-axis dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by