Trisurf in App Designer

21 Ansichten (letzte 30 Tage)
Jonas Widmer
Jonas Widmer am 6 Apr. 2018
Kommentiert: Humam Helfawi am 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

Antworten (2)

Chris Portal
Chris Portal am 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 Kommentare
Humam Helfawi
Humam Helfawi am 14 Feb. 2019
This solved the problem for me.. Thanks!

Melden Sie sich an, um zu kommentieren.


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

Kategorien

Mehr zu Polar Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by