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 :)

Respuestas (1)

Preguntada:

el 25 de Nov. de 2020

Respondida:

el 25 de Oct. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by