How to put trisurf into my matlab app
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Voir également
Catégories
En savoir plus sur Automated Fixed-Point Conversion in MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!