Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
cMat = reshape(1:100,10,10);
Ref = cMat(2:9,2:9);
user = MyFunc();
assert(isequal(Ref,user))
|
2 | Pass |
Ref = reshape(1:100,10,10);
[CSub Mat] = MyFunc();
assert(isequal(Ref,Mat))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35568 Solvers
1800 Solvers
Remove the two elements next to NaN value
411 Solvers
284 Solvers
282 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!