This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
cMat = reshape(1:100,10,10);
Ref = sum(cMat);
user = MyFunc();
assert(isequal(Ref,user))
varargout =
[1x10 double] [10x10 double]
|
2 | Pass |
%%
Ref = reshape(1:100,10,10);
[cSum Mat] = MyFunc();
assert(isequal(Ref,Mat))
varargout =
[1x10 double] [10x10 double]
|
1208 Solvers
196 Solvers
157 Solvers
469 Solvers
263 Solvers