Exporting .msh data
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Aditya
le 25 Oct 2024
Hi Fabian,
Refer to the solution mentioned in this link: Convert triangular matlab mesh into .msh file - MATLAB Answers - MATLAB Central
0 commentaires
Voir également
Catégories
En savoir plus sur Geometry and Mesh dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!