3D Solid Cube

7 Ansichten (letzte 30 Tage)
shahin sharafi
shahin sharafi am 11 Apr. 2023
Bearbeitet: Walter Roberson am 12 Apr. 2023
Hi
I am going to create a solid cube in 3D in MATLAB that by rotating of one length of cube in the desired angle, other lengths rotate automaicly without deformation of the cube. I would appreciate your help in advance .
Thanks,

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 11 Apr. 2023
Bearbeitet: Walter Roberson am 12 Apr. 2023
Create an hgtransform parented to the axes. Create a patch() object parented to the hgtransform . Set the Matrix property of the hgtransform to rotate it; it helps to use makehgtform
Or... work with the various camera operations. https://www.mathworks.com/help/matlab/views.html
Or... use rotate3d

Weitere Antworten (0)

Kategorien

Mehr zu Object Containers finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by