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))
|
Find common elements in matrix rows
810 Solvers
363 Solvers
Project Euler: Problem 5, Smallest multiple
241 Solvers
Who knows the last digit of pi?
488 Solvers
Calculate the derivative of a polynomial
139 Solvers