How to use stackedplot in app designer ?

11 ビュー (過去 30 日間)
Saïd Aissiou
Saïd Aissiou 2020 年 9 月 13 日
編集済み: Adam Danz 2020 年 11 月 19 日
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 日
> 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);

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by