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 = 220;
y_correct = [1.0000 55.7500 110.5000 165.2500 220.0000];
assert(isequal(standard_vector(x),y_correct))
|
2 | Pass |
x = 801;
y_correct = [ 1 201 401 601 801];
assert(isequal(standard_vector(x),y_correct))
|
3 | Pass |
x = 4;
y_correct = [ 1.0000 1.7500 2.5000 3.2500 4.000];
assert(isequal(standard_vector(x),y_correct))
|
2486 Solvers
2545 Solvers
191 Solvers
270 Solvers
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!