Exporting .msh data
조회 수: 3 (최근 30일)
이전 댓글 표시
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 :)
댓글 수: 0
답변 (1개)
Aditya
2024년 10월 25일
Hi Fabian,
Refer to the solution mentioned in this link: Convert triangular matlab mesh into .msh file - MATLAB Answers - MATLAB Central
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Geometry and Mesh에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!