How translate a multiple y axis in a plot
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I have a question about the plot of multiple y axis, I need to have the graphics on the same origin x axis but different scale for the y plot. I have on the left y plot a vector of Voltage, with ripple ad on the right y plot a vector of Current. I want that these graphics have the same origin axis, maybe with a translation of the voltage ones to the origin. (i don't want change the value of the ripple)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/144815/image.jpeg)
Réponses (2)
Areej Varamban Kallan
le 22 Jan 2019
Hi Stefano,
In my understanding, your requirement is to create two plots with different y-axis scaling. This can be achieved by using the yyaxis function, which enables you to create two y-axes in the same figure. You will be able to change the properties of each axis independent of the other.
Hope this helps
0 commentaires
Voir également
Catégories
En savoir plus sur Axis Labels dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!