This solution is outdated. To rescore this solution, sign in.
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 + t;
assert( all(abs(PB-PBref) < 0.001), 'The relative coordinates are not correct')
|
1051 Solvers
Relative ratio of "1" in binary number
393 Solvers
Is this triangle right-angled?
2875 Solvers
992 Solvers
Convert a temperature reading from Celsius to an unknown scale
81 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!