Plotting two loglog y-axes
Mostrar comentarios más antiguos
Is there an equivalent function to plotyy that allows you to plot two different loglog y-axes with different scales using the same x-axis?
For example:
x = [1 2 3 4 5 6 7 8 9 10]
y1 = [2 4 6 8 10 12 14 16 18 20]
y2 = [10 20 40 80 160 320 640 1280 2560 5120]
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Two y-axis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!