this hasn't been fixed?
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
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))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In cleanUp (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
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))
y_correct =
NaN NaN NaN 4.0000 2.2000 0.2000 NaN 9.0000
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In cleanUp (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
Sum all integers from 1 to 2^n
8412 Solvers
694 Solvers
Given a 4x4 matrix, swap the two middle columns
515 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
Check that number is whole number
1070 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!