Hello,
Is there any way to use stackedplot with UIAxes in app designer ? I'm using Matlab r2019b
thank you

답변 (1개)

Adam Danz
Adam Danz 2020년 11월 19일
편집: Adam Danz 2020년 11월 19일

0 개 추천

> Is there any way to use stackedplot with UIAxes in app designer
Yes. Parents of stackedplot can be set to
Figure object | Panel object | Tab object | TiledChartLayout object | GridLayout object
Example:
uif = uifigure;
panl = uipanel(uif,'Position',[200 50 200 300]);
s = stackedplot(rand(50,5),'Parent',panl);

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품

릴리스

R2019b

태그

질문:

2020년 9월 13일

편집:

2020년 11월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by