Exporting .msh data

4 Ansichten (letzte 30 Tage)
Fabian Bernreuther
Fabian Bernreuther am 25 Nov. 2020
Beantwortet: Aditya am 25 Okt. 2024
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 :)

Antworten (1)

Aditya
Aditya am 25 Okt. 2024
Hi Fabian,

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by