Borrar filtros
Borrar filtros

How can I calculate a Drone Projected Area?

2 visualizaciones (últimos 30 días)
José Correia
José Correia el 30 de En. de 2021
Comentada: José Correia el 2 de Feb. de 2021
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 comentarios
darova
darova el 31 de En. de 2021
Can you make a simple drawing of the result you expect?
José Correia
José Correia el 31 de En. de 2021
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).

Iniciar sesión para comentar.

Respuestas (1)

darova
darova el 1 de Feb. de 2021
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 comentario
José Correia
José Correia el 2 de Feb. de 2021
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?

Iniciar sesión para comentar.

Categorías

Más información sobre UAV en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by