Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1];
y_correct = 1;
assert(isequalwithequalnans(your_fcn_name(x),y_correct))
ans =
1
|
2 | Pass |
%%
x = [1 NaN 3 4 5 56];
y_correct = NaN;
assert(isequalwithequalnans(your_fcn_name(x),y_correct))
ans =
NaN
|
1598 Solvers
Find the maximum number of decimal places in a set of numbers
735 Solvers
321 Solvers
188 Solvers
5115 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!