Round down lowest number in a decimal number

Hello, say I have a number 4.214513. Then I need to return 4.21. Likewise if I have 4.219999, I need to return 4.21. Is there any function or other method to achieve this in Matlab?

 Accepted Answer

More Answers (0)

Categories

Find more on Debugging and Improving Code in Help Center and File Exchange

Asked:

on 11 Apr 2018

Commented:

on 11 Apr 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!