This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
x = [1 3 5 4 2];
y = 2
posX_correct = 5;
assert(isequal(findPosition(x,y),posX_correct))
Error: Too many input arguments.
|
2 | Fail |
%%
x = [1 5 8 6 7 6 0];
y = 8
posX_correct = 3;
assert(isequal(findPosition(x,y),posX_correct))
Error: Too many input arguments.
|
962 Solvers
284 Solvers
501 Solvers
Create a vector whose elements depend on the previous element
391 Solvers
Number of digits in an integer
336 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!