STL file import to MATLAB

24 visualizaciones (últimos 30 días)
Kim Tae Kyeong
Kim Tae Kyeong el 23 de Mayo de 2021
Respondida: DGM el 13 de Jul. de 2025
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??

Respuesta aceptada

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 24 de Mayo de 2021
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

Más respuestas (1)

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

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by