Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
cMat = reshape(1:100,10,10);
Ref = sum(cMat);
user = MyFunc();
assert(isequal(Ref,user))
|
2 | Pass |
Ref = reshape(1:100,10,10);
[cSum Mat] = MyFunc();
assert(isequal(Ref,Mat))
|
Remove any row in which a NaN appears
6826 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
Sum of odd numbers in a matrix
311 Solvers
302 Solvers
2770 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!