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 CenterFile Exchange에서 Geometry and Mesh에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by