How to stackedplot in Matlab 2016?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Arnab Pal
le 6 Jan 2021
Réponse apportée : Steven Lord
le 6 Jan 2021
I need to plot multiple y axis with same x axis.
0 commentaires
Réponse acceptée
Plus de réponses (1)
Steven Lord
le 6 Jan 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 commentaires
Voir également
Catégories
En savoir plus sur Line Plots 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!