How do I graph this plane with three points?
古いコメントを表示
回答 (1 件)
Youssef Khmou
2014 年 12 月 15 日
you can use geometric construction with meshgrid function or use patch function as follows :
patch([1 1 2],[2 2 1],[3 1 0],0.5), view(30,20)
カテゴリ
ヘルプ センター および 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!