STL file import to MATLAB

17 次查看(过去 30 天)
I was trying to import stl file to Matlab 2020b, and found this cmd as below
figure
gm = importGeometry('Torus.stl');
pdegplot(gm)
From this, i am getting error for importGeometry as it is not valid function/variable.
It is not able to find the importGeomtry function.. How do you fix this??

采纳的回答

Sulaymon Eshkabilov
Hi,
Here is a nice discussion on this issue.
https://www.mathworks.com/matlabcentral/answers/647913-import-file-stl-parameters?s_tid=answers_rc1-2_p2_MLT

更多回答(1 个)

DGM
DGM 2025-7-13
You don't have PDE toolbox.
If all you need is to import the STL data, you don't need those tools.

类别

Help CenterFile Exchange 中查找有关 Geometry and Mesh 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by