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))
|
900 Solvers
Find the largest value in the 3D matrix
1056 Solvers
367 Solvers
420 Solvers
2338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!