How to rotate a cube using for loop?

 Accepted Answer

KSSV
KSSV on 4 Jul 2019
Define a rotation matrix as shown here: https://en.wikipedia.org/wiki/Rotation_matrix and multiple the coordinates with the matrix.

1 Comment

Thank you KSSV.I'll try to understand this documemt.

Sign in to comment.

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Asked:

on 3 Jul 2019

Commented:

on 5 Jul 2019

Community Treasure Hunt

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

Start Hunting!