how do divide like this picture by code matlab?

1 回表示 (過去 30 日間)
Vuong
Vuong 2024 年 12 月 18 日
編集済み: Vuong 2024 年 12 月 26 日
  3 件のコメント
Vuong
Vuong 2024 年 12 月 23 日
thanks. But i don't have the license PDE toolbox
Walter Roberson
Walter Roberson 2024 年 12 月 23 日
Note the reference in the comments there to third party FEA Toolbox (which appears to be a license product)

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

回答 (1 件)

Sam Chak
Sam Chak 2024 年 12 月 18 日
If this is a topic of Finite Element Analysis, then look up generateMesh() and pdemesh().
gm = fegeometry(@lshapeg);
gm = generateMesh(gm);
pdemesh(gm)
  5 件のコメント
Sam Chak
Sam Chak 2024 年 12 月 23 日
You can possibly get some inspirations and ideas from this working example:
Vuong
Vuong 2024 年 12 月 26 日
編集済み: Vuong 2024 年 12 月 26 日
I want to divide area base unstructured quadrilateral mesh by codes matlab not addins or app. Quadrilateral not triangles. Like this figure toppic

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

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by