How to use stackedplot in app designer ?

11 visualizaciones (últimos 30 días)
Saïd Aissiou
Saïd Aissiou el 13 de Sept. de 2020
Editada: Adam Danz el 19 de Nov. de 2020
Hello,
Is there any way to use stackedplot with UIAxes in app designer ? I'm using Matlab r2019b
thank you

Respuestas (1)

Adam Danz
Adam Danz el 19 de Nov. de 2020
Editada: Adam Danz el 19 de Nov. de 2020
> 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);

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by