Trisurf in App Designer

Hi all,
I try to plot a polygon mesh via trisurf() in app-designer into the axes object. However, I'm not sure if this is possible. Could someone help me to do that, please?
Best, J

Respuestas (2)

Chris Portal
Chris Portal el 14 de Abr. de 2018

4 votos

TRISURF doesn't appear to support an axes to be passed in as the first input argument. Instead, it can take it via PV pairs as follows:
trisurf(my_Data, 'Parent', app.View)

2 comentarios

Michal Kurzynka
Michal Kurzynka el 18 de Abr. de 2018
Hi, After calling:
trisurf(my_Data, 'Parent', app.View)
MATLAB returns error:
Error using patch
Functionality not supported with UIAxes. For more information, see Graphics Support in App Designer.
Error in trisurf (line 90)
h = patch('faces',trids,'vertices',[x(:) y(:) z(:)],'facevertexcdata',c(:),...
Is there any way around this?
Humam Helfawi
Humam Helfawi el 14 de Feb. de 2019
This solved the problem for me.. Thanks!

Iniciar sesión para comentar.

Jonas Widmer
Jonas Widmer el 10 de Abr. de 2018

0 votos

No answer to this? Would appreciate every help! Best, J

Categorías

Más información sobre Surfaces, Volumes, and Polygons en Centro de ayuda y File Exchange.

Preguntada:

el 6 de Abr. de 2018

Comentada:

el 14 de Feb. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by