How to stackedplot in Matlab 2016?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Arnab Pal
am 6 Jan. 2021
Beantwortet: Steven Lord
am 6 Jan. 2021
I need to plot multiple y axis with same x axis.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Steven Lord
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Line Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!