Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
refSize = 12;
userAns = MatrixFunc();
user = sum(sum(isnan(userAns)));
assert(isequal(refSize,user))
ans =
NaN NaN NaN NaN
NaN NaN NaN NaN
NaN NaN NaN NaN
|
Determine whether a vector is monotonically increasing
11924 Solvers
Find all elements less than 0 or greater than 10 and replace them with NaN
13053 Solvers
686 Solvers
Project Euler: Problem 10, Sum of Primes
707 Solvers
257 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!