Problem 46669. Rotation matrix of a sequence of 3D points
Given a sequence of rotation matrices Rotation_Matrix [3x3xN], and a sequence of 3D points [3x1xN], compute the [3xN] sequence in the rotated coordinates.
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
cokakola
on 12 Nov 2022
The assert cannot be used in the way, it is used in the testsuit.
The error raised is not because of a wrong result but because of a wrong use of assert()
Christian Schröder
on 21 Nov 2022
Could someone be so kind and please fix the test suite?
Augusto Mazzei
on 27 Jan 2023
Pls fix your test suite. you shouldn't use -assert- for a matrix.
Solution Comments
Show commentsProblem Recent Solvers2
Suggested Problems
-
236 Solvers
-
585 Solvers
-
4811 Solvers
-
239 Solvers
-
182 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!