Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [-2.5 2.5];
y_correct = [-2 2];
assert(isequal(round20(x),y_correct))
|
2 | Pass |
x = [-8.3 0.01 7.9];
y_correct = [-8 0 7];
assert(isequal(round20(x),y_correct))
|
15301 Solvers
Create matrix of replicated elements
321 Solvers
229 Solvers
364 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!