Filter löschen
Filter löschen

How to stackedplot in Matlab 2016?

1 Ansicht (letzte 30 Tage)
Arnab Pal
Arnab Pal am 6 Jan. 2021
Beantwortet: Steven Lord am 6 Jan. 2021
I need to plot multiple y axis with same x axis.

Akzeptierte Antwort

Adam Danz
Adam Danz am 6 Jan. 2021
Bearbeitet: Adam Danz am 6 Jan. 2021
stackedplot was released in r2018b.
An alternative is stackedaxes() on the file exchange.
The image below compares stackedplot (left) to stackedaxes (right).

Weitere Antworten (1)

Steven Lord
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.

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Produkte


Version

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by