Import STL file and convert to Matrix
10 次查看(过去 30 天)
显示 更早的评论
Hello,
I want to measure the Hausdorff-Distance between two STL meshes. Is it possible to import the STL-Data and convert it in matrix where every point has its x,y,z-coordinate?
Thanks!
0 个评论
回答(2 个)
darova
2021-9-5
2 个评论
DGM
2025-7-13
stlread() does in fact still work, but stlread(), stlread(), stlread(), stlread(), and stlRead() also still work. The problem is that there is the one that's been built into MATLAB since R2018b, and then there are similarly-named tools from the File Exchange that everyone keeps downloading based on ancient advice and random code snippets on the forum.
The various tools don't all have the same functionality, and they don't all return the same type of output data. Either use the tool your code is written for, or write your code to suit the tool you're using.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!