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))
|
1047 Solvers
Who knows the last digit of pi?
488 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
385 Solvers
198 Solvers
Calculate distance travelled when given radius and rotations
132 Solvers