How to stackedplot in Matlab 2016?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I need to plot multiple y axis with same x axis.
0 Commenti
Risposta accettata
Più risposte (1)
Steven Lord
il 6 Gen 2021
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Line Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!