Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(all(size(PB) == [2 1]), 'The point should be described by a 2x1 vector')
|
2 | Pass |
assert(isreal(PB), 'The point should be described by a vector of real, not complex, numbers');
|
3 | Pass |
PBref = R'*P - R'*t;
assert( all(abs(PB-PBref) < 0.001), 'The relative coordinates are not correct')
|
6063 Solvers
1398 Solvers
Project Euler: Problem 9, Pythagorean numbers
282 Solvers
75 Solvers
Fermat's Last Theorem - Fermat's conjecture
68 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!