Related to importing a stl file in matlab

4 ビュー (過去 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 件のコメント
Cris LaPierre
Cris LaPierre 2021 年 9 月 22 日
Sagar Chawla
Sagar Chawla 2021 年 9 月 22 日
Thanks for the answer.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSTL (STereoLithography) についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by