Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4];
y_correct = [1 4 3 4 4];
assert(isequal(get14344(x),y_correct))
|
2 | Pass |
x = [4 3 2 1]
y_correct = [4 1 2 1 1];
assert(isequal(get14344(x),y_correct))
x =
4 3 2 1
|
How to find the position of an element in a vector without using the find function
2321 Solvers
1735 Solvers
Implement simple rotation cypher
805 Solvers
201 Solvers
90 Solvers