importing a prepared mesh (FEM) into Matlab
importing a prepared mesh (FEM) into Matlab
(OP)
dear All
can we import a prepared mesh geometry into MATLAB(for finite Element purposes)? if so what would be the format of such a file?
tnx
can we import a prepared mesh geometry into MATLAB(for finite Element purposes)? if so what would be the format of such a file?
tnx
RE: importing a prepared mesh (FEM) into Matlab
I assume that you are talking about a mesh for finite element purposes?
You would need to use something like gmsh which has the ability to generate a mesh and thereafter the output file is text readable, thus you can read in the data into matlab.