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
Solution Comments
Show comments
Loading...
Problem Recent Solvers2
Suggested Problems
-
17393 Solvers
-
Back to basics 3 - Temp Directory
384 Solvers
-
Number of odd and even elements within matrix
159 Solvers
-
Sum of first n positive integers
622 Solvers
-
171 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Please, do not use isequal with floats, prefer instead abs(a-b) < tol. Notice how my solution used round and had to fix errors manually despite the operation being correct.
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()
Could someone be so kind and please fix the test suite?
Pls fix your test suite. you shouldn't use -assert- for a matrix.