Trisurf in App Designer
16 views (last 30 days)
Show older comments
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
0 Comments
Answers (2)
Chris Portal
on 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 Comments
See Also
Categories
Find more on Create Custom UI Components in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!