3D Solid Cube
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
N/A
el 11 de Abr. de 2023
Editada: Walter Roberson
el 12 de Abr. de 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,
0 comentarios
Respuesta aceptada
Walter Roberson
el 11 de Abr. de 2023
Editada: Walter Roberson
el 12 de Abr. de 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... use rotate3d
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Object Containers en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!