Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x =[3 4 5];
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
y =
0
|
2 | Pass |
%%
x = [3 4 0];
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
y =
1
|
962 Solvers
Getting the absolute index from a matrix
211 Solvers
724 Solvers
2334 Solvers
464 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!