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))
ans =
43
|
2 | Pass |
%%
mat=rand(3,24);
r=2;
c=22;
ind=65;
assert(isequal(index(mat,r,c),ind))
ans =
65
|
Remove any row in which a NaN appears
6827 Solvers
1601 Solvers
Make one big string out of two smaller strings
1149 Solvers
858 Solvers
Side of an equilateral triangle
2598 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!