Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=1; b=1; c=7;
y_correct = 9;
assert(isequal(add(a,b,c),y_correct))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
11632 Solvers
Sum the elements in either diagonal of a square matrix
145 Solvers
309 Solvers
317 Solvers
90 Solvers