Problem 2867. Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000
e.g. x = 12,358,466,243 --> y = 12,358,470,000
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Syed Shahed
on 26 Apr 2020
what is the problem with the following solution bro !
% roundn(x,2)
Check,it's the same as round(x,2).
Dyuman Joshi
on 9 May 2021
Test suite has been updated with additional test cases.
Isabella Stellitano
on 8 Nov 2021
Good problem
Solution Comments
Show commentsGroup

Basics - Rounding
- 10 Problems
- 2702 Finishers
- MATLAB Basic: rounding
- MATLAB Basic: rounding II
- MATLAB Basic: rounding III
- MATLAB Basic: rounding IV
- Check that number is whole number
- Matlab Basics - Rounding II
- Matlab Basics - Rounding III
- Rounding off numbers to n decimals
- Make roundn function
- Find the maximum number of decimal places in a set of numbers
Problem Recent Solvers4562
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!