Borrar filtros
Borrar filtros

Subplot UIAxes app designer

31 visualizaciones (últimos 30 días)
Eduardo Santos
Eduardo Santos el 10 de Mayo de 2019
Comentada: Adam Danz el 27 de Dic. de 2020
I saw the same question here but id doesn`t work (matlab documentation)
app.UIFigure.AutoResizeChildren = 'off';
ax1 = subplot(1,2,1,'Parent',app.UIFigure);
ax2 = subplot(1,2,2,'Parent',app.UIFigure);
plot(ax1,[1 2 3 4])
plot(ax2,[10 9 4 7])
The problem is that I want to plot it in an axes component, not in a figure. Even if a try to this with i get an error like this:
No appropriate method, property, or field 'UIFigure' for class 'ts_proj'
What can I do?
  1 comentario
Adam Danz
Adam Danz el 27 de Dic. de 2020
subplot() is supported in App Designer r2018b and later.
Documentation for r2018a and prior indicates its lack of suppor in app designer.

Iniciar sesión para comentar.

Respuestas (1)

Sara Naranjo
Sara Naranjo el 2 de Jun. de 2019
Hello Eduardo, can yo solve this?? i`m having the same problem.
Thanks
Sara!
  2 comentarios
Eduardo Santos
Eduardo Santos el 3 de Jun. de 2019
Hi Sara, not yet.
Wu Zhu
Wu Zhu el 13 de Abr. de 2020
There are a lot of issues about Matlab updates on App designer. I acutally get away about this issue by plotting in a panel.

Iniciar sesión para comentar.

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by