Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
mat=rand(10,10);
r=3;
c=5;
ind=43;
assert(isequal(index(mat,r,c),ind))
|
2 | Pass |
mat=rand(3,24);
r=2;
c=22;
ind=65;
assert(isequal(index(mat,r,c),ind))
|
Back to basics 19 - character types
225 Solvers
Find the largest value in the 3D matrix
1056 Solvers
412 Solvers
Create an index-powered vector
353 Solvers
274 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!