Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 NaN ; 4 NaN 6];
y_correct = 1;
assert(isequal(CheckData(x),y_correct))
|
2 | Pass |
x = [0 NaN 53;NaN NaN 77;NaN NaN NaN;56 60 84];
y_correct = 0;
assert(isequal(CheckData(x),y_correct))
|
3 | Pass |
x = [31 NaN 41;NaN NaN 55;NaN NaN 12];
y_correct = 0;
assert(isequal(CheckData(x),y_correct))
|
651 Solvers
502 Solvers
Cell Counting: How Many Draws?
581 Solvers
determine the sum of the squares
70 Solvers
Replace Negative(-) by 0 and positive by 1
74 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!