How to stackedplot in Matlab 2016?
Show older comments
I need to plot multiple y axis with same x axis.
Accepted Answer
More Answers (1)
Steven Lord
on 6 Jan 2021
0 votes
The stackedplot function was introduced in release R2018b. If you want to use this function you will need to upgrade to release R2018b or later. For earlier releases you could get close to the functionality by using subplot to create multiple axes and plotting each variable in a different axes.
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!