Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
million
million el 21 de En. de 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.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Two y-axis en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by