Exporting .msh data

3 ビュー (過去 30 日間)
Fabian Bernreuther
Fabian Bernreuther 2020 年 11 月 25 日
回答済み: Aditya 2024 年 10 月 25 日
Hello there i would like to know,
if there is a option to export Variables like here the "msh" variable, as a .msh data?
smodel=createpde('structural');
importGeometry(smodel, 'Hohlkathode.stl');
pdegplot(smodel, 'FaceLabels', 'on', 'FaceAlpha', 0.5);
msh= generateMesh(smodel, 'Hmax', 0.03); %The variable, which i want to export
pdeplot3D(smodel); %Visualisation of the Mesh
Greetings Fabian :)

回答 (1 件)

Aditya
Aditya 2024 年 10 月 25 日
Hi Fabian,

カテゴリ

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

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by