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))
|
Set some matrix elements to zero
290 Solvers
965 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
Number of digits in an integer
336 Solvers
302 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!