Azzera filtri
Azzera filtri

How to draw a generic cylinder with arbitrary orientation

6 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Matt J
Matt J il 4 Dic 2023
Modificato: Matt J il 4 Dic 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 Commento
Mohammad Reza
Mohammad Reza il 24 Dic 2023
Modificato: Mohammad Reza il 24 Dic 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]

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Vibration Analysis in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by