Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isreal(L), 'L must be real');
|
2 | Pass |
assert(all(size(L)==[1 3]), 'L must be a 3-element row vector')
|
3 | Pass |
assert(abs(L*[P1;1]) < 1e-10, 'Point P1 does not exist on this line');
|
4 | Pass |
assert(abs(L*[P2;1]) < 1e-10, 'Point P2 does not exist on this line');
|
1143 Solvers
Replace multiples of 5 with NaN
358 Solvers
2455 Solvers
116 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!