How to mesh with three set of data?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have three same size vectors.
I use:
tri= delaunay(A, B);
trimesh(tri, A, B, C)
but I am not happy with the result.
How can I plot it by mesh command?
Thank you
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots 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!