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))
ans =
55 155 255 355 455 555 655 755 855 955
|
2 | Pass |
%%
Ref = reshape(1:100,10,10);
[cSum Mat] = MyFunc();
assert(isequal(Ref,Mat))
ans =
55 155 255 355 455 555 655 755 855 955
|
465 Solvers
325 Solvers
309 Solvers
Is this triangle right-angled?
1916 Solvers
200 Solvers