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))
|
306 Solvers
Detect a number and replace with two NaN's
178 Solvers
255 Solvers
Calculate distance travelled when given radius and rotations
183 Solvers
505 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!