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 |
a = 1; b=2;
y_correct = [1 1.2 1.4 1.6 1.8 2];
assert(isequal(split_to_six(a,b),y_correct))
ans =
1.0000 1.2000 1.4000 1.6000 1.8000 2.0000
|
136 Solvers
177 Solvers
129 Solvers
348 Solvers
81 Solvers