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
Sulaymon Eshkabilov 2021년 5월 24일

1 개 추천

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일

0 개 추천

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

카테고리

제품

릴리스

R2020b

질문:

2021년 5월 23일

답변:

DGM
2025년 7월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by