Related to importing a stl file in matlab

조회 수: 5 (최근 30일)
Sagar Chawla
Sagar Chawla 2021년 9월 21일
댓글: Sagar Chawla 2021년 9월 22일
I am trying to get the STL model in Matlab but I am unable to open an STL file in Matlab. Also, I want to see the side view, front view and top view of that STL file in Matlab in the form of animation like a tank is firing a bullet.

답변 (1개)

Cris LaPierre
Cris LaPierre 2021년 9월 21일
You would need to use stlread to load an STL file into MATLAB. Once in, you can use the view function to see specific camera angles.
See this answer for an example.
I do not believe this is an approach you want to use to create an animation, but perhaps someone else knows more about how to accomplish that.
  댓글 수: 5
Sagar Chawla
Sagar Chawla 2021년 9월 22일
Thanks for the answer.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 STL (STereoLithography)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by