Clear Filters
Clear Filters

Import 3D mesh to matlab (pde)

18 views (last 30 days)
Lalson Vincent
Lalson Vincent on 11 Mar 2020
Answered: Cris LaPierre on 12 Mar 2020
Hi ,
Is it possible to import 3D mesh to matlab.
I have created a mesh(Non-uniform mesh) in Unigraphics NX which i have exported as a item file. I have written a script to extract the mesh data into matlab.
I tried using generateFromMesh command and created the geometry from the nodes and topology. But when i generate mesh using generateMesh command, a uniform mesh is created and other features like faces of the mesh is changed.
Is there a way to directly import mesh into matlab as it is..
Thanks for the help
Regards,
Lalson
  1 Comment
darova
darova on 11 Mar 2020
What data do you have? And what format of data you want to use in MATLAB

Sign in to comment.

Answers (1)

Cris LaPierre
Cris LaPierre on 12 Mar 2020
I've used stlread before to read in a surface mesh file before. Is that an option for you?

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!