Is there a way to solvepde on a mesh that was developed in another software?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Vitaly Kheyfets
am 6 Dez. 2016
Kommentiert: Vitaly Kheyfets
am 7 Dez. 2016
Hello,
I output a mesh from a segmentation software that has node coordinates and connectivity. Is there a way to import that specific mesh and turn it into a pde model?
So far, I've only imported as STL and had Matlab perform the meshing (using generateMesh), but I can't do that for this specific problem. I need Matlab to use the mesh that was imported from Simpleware (ScanIP).
Thank You,
Vitaly
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 6 Dez. 2016
Depending on your software version, you can use geometryFromMesh, which was introduced in R2015b. I do not know whether your mesh is compatible with that function, but you can try.
Alan Weiss
MATLAB mathematical toolbox documentation
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Geometry and Mesh 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!