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

Antworten (1)

Adam Danz
Adam Danz am 19 Nov. 2020
Bearbeitet: Adam Danz am 19 Nov. 2020

0 Stimmen

> 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);

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2019b

Gefragt:

am 13 Sep. 2020

Bearbeitet:

am 19 Nov. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by