How to mesh with three set of data?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!