This is an example of how to create a plot with two y axes in MATLAB®.
Read about the "yyaxis" function in the MATLAB documentation. This function is available in R2016a or newer.
For more examples, go to MATLAB Plot Gallery - http://www.mathworks.com/discovery/gallery.html
MathWorks Plot Gallery Team (2021). MATLAB Plot Gallery - Two Y Axis Plot (1) (https://www.mathworks.com/matlabcentral/fileexchange/35295-matlab-plot-gallery-two-y-axis-plot-1), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
axes are difficult to handle, there are many overlap cases. plotyy need 2 sets of axes with 2 separate x axes causing problems. it is a system issue which should never happened.