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 the small words from a list of words.
474 Solvers
Find nearest prime number less than input number
182 Solvers
279 Solvers
Determine the number of odd integers in a vector
322 Solvers
construct matrix with identical rows
138 Solvers