How to mesh with three set of data?
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!