Import STL file into matlab and use a transform object as a parent to move it in a 3D plot
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nathaniel Levi Blank
le 22 Juil 2021
Modifié(e) : DGM
le 7 Oct 2025 à 18:14
Hello, for university, I need to import an STL object into a 3D game built on matlab. Usually I create objects using the patch function and set a transform object as the parent to move it around the game. Is there a way to import the STL object into matlab as a patch or convert it to a patch. Or somehow use the transform object method to move the STL object around the game?
0 commentaires
Réponse acceptée
Yazan
le 22 Juil 2021
1 commentaire
DGM
le 12 Juil 2025
Modifié(e) : DGM
le 7 Oct 2025 à 18:14
Since R2018b, MATLAB has built-in STL tools. You don't need to download anything.
For legacy versions needing third-party tools, I'd strongly recommend these tools over #22409/#20922. This explains why.
If you use #22409 or #20922 in a modern installation, you will shadow the inbuilt tools and likely cause problems for yourself unless you rename them.
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!