필터 지우기
필터 지우기

How to stackedplot in Matlab 2016?

조회 수: 1 (최근 30일)
Arnab Pal
Arnab Pal 2021년 1월 6일
답변: Steven Lord 2021년 1월 6일
I need to plot multiple y axis with same x axis.

채택된 답변

Adam Danz
Adam Danz 2021년 1월 6일
편집: Adam Danz 2021년 1월 6일
stackedplot was released in r2018b.
An alternative is stackedaxes() on the file exchange.
The image below compares stackedplot (left) to stackedaxes (right).

추가 답변 (1개)

Steven Lord
Steven Lord 2021년 1월 6일
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.

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by