STL file import to MATLAB

조회 수: 19 (최근 30일)
Kim Tae Kyeong
Kim Tae Kyeong 2021년 5월 23일
답변: DGM 2025년 7월 13일
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일
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에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by