Borrar filtros
Borrar filtros

How to draw a generic cylinder with arbitrary orientation

6 visualizaciones (últimos 30 días)
Mohammad Reza
Mohammad Reza el 4 de Dic. de 2023
Editada: Mohammad Reza el 24 de Dic. de 2023
Hi,
How to draw a generic cylinder, we have its radius, length, position of center of mass ( or bottom face center) and its orientation (using a unit vector, for example 0,0,1 for z-axis ). Any help would be appreciated.
Regards
Reza
  1 comentario
Dyuman Joshi
Dyuman Joshi el 4 de Dic. de 2023
How does COM matter in making a graphical cylinder?
Check out cylinder and experiment with it.

Iniciar sesión para comentar.

Respuesta aceptada

Matt J
Matt J el 4 de Dic. de 2023
Editada: Matt J el 4 de Dic. de 2023
See this File Exchange download,
[cCenter,cRadius,cHeight,cYawPitch]=...
deal([0 0 0], 2, 10, [45 -30]); %Cylinder parameters
gtCyl=cylindricalFit.groundtruth([],cCenter,cRadius,cHeight,cYawPitch); %Data-less ground truth objects
plot(gtCyl)
  1 comentario
Mohammad Reza
Mohammad Reza el 24 de Dic. de 2023
Editada: Mohammad Reza el 24 de Dic. de 2023
Thanks.
This is what I learned, in case somebody needs it as well:
Z_axis oriented cylinder: cYawPitch= [0 90]
Y_axis oriented cylinder: cYawPitch= [90 0]
X_axis oriented cylinder: cYawPitch= [0 0]

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by