How to model graphically complex shapes in matlab?
Show older comments
Hi, I need to model a complex 3D shape graphically so I could extract the analytical expression that fit the surface of the shape. Is there a way to do the modeling in matlab or I should work with STL files exported from a CAD system?
Answers (1)
michio
on 21 Sep 2016
1 vote
I'd suggest that you generate a complex geometry using other CAD tool and exported it to STL if you want to import back to MATLAB. There are ways to create 3D geometry, Computational Geometry , but not sure how easy it is compared to some CAD tools.
Regarding the extracting analytic expression of the geometry surface, that seems to be whole another task. Do you have some expression you want to fit to?
3 Comments
Inna
on 22 Sep 2016
Suppose you generated a STL file using some CAD tools, then you can try using functions from File Exchange,
I haven't tested all the functions from File Exchange but the one above has a good reputation :)
Usually you can get the vertices, faces, face normals of the geometry from STL files, so 3D coordinates could be extracted.
If you are interested, importGeometry function from PDE Toolbox imports geometry defined by STL files into MATLAB.
Since R2018b, MATLAB comes with STL tools stlread and stlwrite. If you're running an older version, then I agree with the recommendation of FEX #51200 at the time it was made, but FEX #182013 includes significant improvements over #51200.
Categories
Find more on STL (STereoLithography) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!