log plot with multiple y axis
Mostrar comentarios más antiguos
I would like to create a log plot with a common log x axis, but the left y axis for trace 1 to be log, and the right axis for trace 2 to be linear (no-log).
How would I go about doing this?
Respuestas (1)
yyaxis left
plot(log(rand(1,10)))
yyaxis right
plot(rand(1,10))
1 comentario
Nick Turton
el 1 de Jul. de 2021
Categorías
Más información sobre Log Plots 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!

