フィルターのクリア

How generate a patch object with tetramesh?

1 回表示 (過去 30 日間)
azarang asadi
azarang asadi 2021 年 3 月 3 日
回答済み: Walter Roberson 2021 年 3 月 3 日
I have a triangulation object and I'm trying to create a patch from it using tetramesh, but once I use tetramesh it gives me double instead of patch. How can I get a patch from triangulation that is meshed with tetrahydrons?
  3 件のコメント
azarang asadi
azarang asadi 2021 年 3 月 3 日
which release is yours?
Walter Roberson
Walter Roberson 2021 年 3 月 3 日
R2020b.

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2021 年 3 月 3 日
In R2020a and earlier:
Record the vector returned by tetramesh(), and call handle() on it. The result you get back will be a patch array.
In R2020b, the value returned is a patch array directly.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by