フィルターのクリア

Exporting mesh generated by MATLAB to ASCII file?

7 ビュー (過去 30 日間)
Pelajar UM
Pelajar UM 2021 年 10 月 8 日
回答済み: KSSV 2021 年 10 月 8 日
I have generated a 3D mesh from a STL file using the PDE toolbox. How can I extract the mesh in terms of numerical outputs in an ASCII file?
Here's the code:
importGeometry(model,'cad.stl');
generateMesh(model, 'Hmax',5);
figure
pdeplot3D(model)

採用された回答

KSSV
KSSV 2021 年 10 月 8 日
Have a look on the model.
model.Mesh
In the above you have elements as well as nodal connectivity. You can pick from there and use fprintf to write into ascii file.

その他の回答 (0 件)

カテゴリ

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