3D Solid Cube
3 ビュー (過去 30 日間)
古いコメントを表示
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,
0 件のコメント
採用された回答
Walter Roberson
2023 年 4 月 11 日
編集済み: Walter Roberson
2023 年 4 月 12 日
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... use rotate3d
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Object Containers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!