필터 지우기
필터 지우기

How can I calculate a Drone Projected Area?

조회 수: 2 (최근 30일)
José Correia
José Correia 2021년 1월 30일
댓글: José Correia 2021년 2월 2일
Hey
I'm searching for a way to calculating the projected area of a drone (I have the 3D file) for some inclination angles. I´m looking for a way to rotate it without having to generate a XML file for each inclination, and also a command to calculate its projected area in a plane.
I would appreciate if anyone could help me.
Best regards
  댓글 수: 2
darova
darova 2021년 1월 31일
Can you make a simple drawing of the result you expect?
José Correia
José Correia 2021년 1월 31일
Its basically this, I want to measure the projected area of the drone for different inclination angles, but I want to do it in a more automatic way, so I dont need to repeat this process in Inventor of changing the plane with an increment of 1º. Is there a way to do samoething like this in MATLAB? (Even if it involves changing the plane for each increment, I think it should be faster than Inventor).

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

답변 (1개)

darova
darova 2021년 2월 1일
here is an idea
  • save your 3D model as .stl
  • use stlread to import it into MATLAB
  • create an image of your model: LINK
  • binarize the image
  • count pixels (remember about scale)
  댓글 수: 1
José Correia
José Correia 2021년 2월 2일
Yes, that part of importing the 3D model do MATLAB works fine, but now i'm having trouble rotating the triplot. Do you have any idea how can I do it?

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

카테고리

Help CenterFile Exchange에서 UAV에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by