It is working when I try!?
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
x = [ 5 17 -20 99 3.4 2 8 -6 ];
y_correct = [ 5 NaN NaN NaN 3.4 2 8 NaN ];
assert(isequalwithequalnans(cleanUp(x),y_correct))
Error: Assertion failed.
|
2 | Fail |
%%
x = [ -2.80 -6.50 -12.60 4.00 2.20 0.20 -10.60 9.00];
y_correct = [ NaN NaN NaN 4.00 2.20 0.20 NaN 9.00]
assert(isequalwithequalnans(cleanUp(x),y_correct))
Error: Assertion failed.
|
851 Solvers
Calculate the area of a triangle between three points
280 Solvers
Solving Quadratic Equations (Version 1)
361 Solvers
303 Solvers
291 Solvers