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))
|
Program an exclusive OR operation with logical operators
639 Solvers
746 Solvers
Magic is simple (for beginners)
2754 Solvers
What is Sum Of all elements of Matrix
292 Solvers
Matlab Basics II - Log and natural log
136 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!