Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 12358466243;
y_correct = 12358470000;
assert(isequal(round_ten_thou(x),y_correct))
ans =
1.2358e+10
|
2 | Pass |
x = 12358466243.325;
y_correct = 12358470000.000;
assert(isequal(round_ten_thou(x),y_correct))
ans =
1.2358e+10
|
6718 Solvers
620 Solvers
Determine the number of odd integers in a vector
435 Solvers
1172 Solvers
Calculate Amount of Cake Frosting
7479 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!