How to draw a generic cylinder with arbitrary orientation
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mohammad Reza
am 4 Dez. 2023
Bearbeitet: Mohammad Reza
am 24 Dez. 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
Akzeptierte Antwort
Matt J
am 4 Dez. 2023
Bearbeitet: Matt J
am 4 Dez. 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 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!