Compare surfaces created by delaunay
1 回表示 (過去 30 日間)
古いコメントを表示
Is there a possibility to compare surfaces generated with the delaunay command? If so how can I do that?
Thank you for your help!
0 件のコメント
回答 (1 件)
Vishal Neelagiri
2016 年 12 月 5 日
The delaunayTriangulation class offers more functionality for developing triangulation-based applications. It is useful when you require the triangulation and you want to perform any operations on these. You can refer to the following documentation links:
https://www.mathworks.com/help/matlab/ref/delaunaytriangulation-class.html
https://www.mathworks.com/help/matlab/math/delaunay-triangulation.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Delaunay Triangulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!