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
-
Sum all integers from 1 to 2^n
17386 Solvers
-
13210 Solvers
-
Back to basics 2 - Function Path
184 Solvers
-
Back to basics 6 - Column Vector
1101 Solvers
-
Determine Whether an array is empty
808 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.