how does this solve the problem? assert(strfind~=find)=false.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 3 5 4 2];
y = 2
posX_correct = 5;
assert(isequal(findPosition(x,y),posX_correct))
y =
2
|
2 | Pass |
%%
x = [1 5 8 6 7 6 0];
y = 8
posX_correct = 3;
assert(isequal(findPosition(x,y),posX_correct))
y =
8
|
2500 Solvers
Count from 0 to N^M in base N.
220 Solvers
253 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
277 Solvers
Find perfect placement of non-rotating dominoes (easier)
240 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!