log plot with multiple y axis
Afficher commentaires plus anciens
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?
Réponses (1)
yyaxis left
plot(log(rand(1,10)))
yyaxis right
plot(rand(1,10))
1 commentaire
Nick Turton
le 1 Juil 2021
Catégories
En savoir plus sur Log Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

