Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 220;
y_correct = [1.0000 55.7500 110.5000 165.2500 220.0000];
assert(isequal(standard_vector(x),y_correct))
|
2 | Fail |
x = 801;
y_correct = [ 1 201 401 601 801];
assert(isequal(standard_vector(x),y_correct))
|
3 | Fail |
x = 4;
y_correct = [ 1.0000 1.7500 2.5000 3.2500 4.000];
assert(isequal(standard_vector(x),y_correct))
|
17478 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
Getting the absolute index from a matrix
211 Solvers
Sum the elements in either diagonal of a square matrix
178 Solvers
412 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!