STL file import to MATLAB
25 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Kim Tae Kyeong
le 23 Mai 2021
Réponse apportée : DGM
le 13 Juil 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??
0 commentaires
Réponse acceptée
Sulaymon Eshkabilov
le 24 Mai 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
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Geometry and Mesh dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!