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))
|
278 Solvers
223 Solvers
181 Solvers
Check that number is whole number
274 Solvers
443 Solvers