How to mesh with three set of data?
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!