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))
|
Back to basics 23 - Triangular matrix
634 Solvers
Magic is simple (for beginners)
2749 Solvers
Find out sum of all elements of given Matrix
349 Solvers
Matlab Basics - Logical Tests I
192 Solvers
Matlab Basics II - Extract last 3 elements of a vector
164 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!