Trisurf in App Designer

5 visualizzazioni (ultimi 30 giorni)
Jonas Widmer
Jonas Widmer il 6 Apr 2018
Commentato: Humam Helfawi il 14 Feb 2019
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

Risposte (2)

Chris Portal
Chris Portal il 14 Apr 2018
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 Commenti
Michal Kurzynka
Michal Kurzynka il 18 Apr 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 il 14 Feb 2019
This solved the problem for me.. Thanks!

Accedi per commentare.


Jonas Widmer
Jonas Widmer il 10 Apr 2018
No answer to this? Would appreciate every help! Best, J

Categorie

Scopri di più su Develop uifigure-Based Apps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by