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
|
756 Solvers
Determine the number of odd integers in a vector
435 Solvers
283 Solvers
66 Solvers
92 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!