Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 12358466243;
y_correct = 12358470000;
assert(isequal(round_ten_thou(x),y_correct))
|
2 | Pass |
x = 12358466243.325;
y_correct = 12358470000.000;
assert(isequal(round_ten_thou(x),y_correct))
|
686 Solvers
Cell Counting: How Many Draws?
581 Solvers
Reverse the elements of an array
687 Solvers
07 - Common functions and indexing 5
314 Solvers
277 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!