How to put trisurf into my matlab app
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I tried to put my trisurf chart into my matlab app. But it couldnt work.
trisurf(app.UIAxes, tri,X,Y,Z,p+Pmin);
trisurf(tri,X,Y,Z,p+Pmin,app.View);
How can I use trisurf with UIAxes or Matlab app?
0 Kommentare
Siehe auch
Kategorien
Mehr zu Automated Fixed-Point Conversion in MATLAB finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!