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??

 Akzeptierte Antwort

Sulaymon Eshkabilov
Sulaymon Eshkabilov am 24 Mai 2021

1 Stimme

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

Weitere Antworten (1)

DGM
DGM am 13 Jul. 2025

0 Stimmen

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

Produkte

Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by