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 | Pass |
x = [1 2 3; 4 5 6];
y_correct = [20; 30];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [1; 1; 1; 1; 1];
y_correct = [50; 10];
assert(isequal(your_fcn_name(x),y_correct))
|
7277 Solvers
Implement simple rotation cypher
806 Solvers
167 Solvers
100 Solvers
91 Solvers