How to use stackedplot in app designer ?
Ältere Kommentare anzeigen
Hello,
Is there any way to use stackedplot with UIAxes in app designer ? I'm using Matlab r2019b
thank you
Antworten (1)
> Is there any way to use stackedplot with UIAxes in app designer
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!