Problem 46669. Rotation matrix of a sequence of 3D points
Solution Stats
Problem Comments
-
4 Comments
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.
Solution Comments
Show commentsProblem Recent Solvers2
Suggested Problems
-
46333 Solvers
-
Return the largest number that is adjacent to a zero
5509 Solvers
-
5962 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
642 Solvers
-
Back to basics - mean of corner elements of a matrix
454 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!