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 (2019). 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 .
1.2.0.1 | Added live script |
|
1.2.0.0 | Use new yyaxis function |
|
1.1.0.1 | Updated license |
|
1.1.0.0 | Updated screenshot. |
Create scripts with code, output, and formatted text in a single executable document.
Brian zhang (view profile)
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.