Problem 2866. Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places:
e.g. x = 2.3456 --> y = 2.346
Solution Stats
Problem Comments
-
3 Comments
Alireza yarmohammadi
on 19 Mar 2021
nice
but this problem is not in 2013 and downer versions
arsenic 陈
on 29 Mar 2021
answer:y = round(x,3)
why roundn not work?
goc3
on 29 Mar 2021
@arsenic 陈: roundn is a toolbox function. Cody only supports functions in basic MATLAB.
Solution Comments
Show commentsGroup

Basics - Cell Arrays
- 10 Problems
- 1251 Finishers
- Cell joiner
- Create a cell array out of a struct
- Convert a numerical matrix into a cell array of strings
- Split a string into chunks of specified length
- Convert a Cell Array into an Array
- Remove element(s) from cell array
- Cell Counting: How Many Draws?
- String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
- Fix the last element of a cell array
- Natural numbers in string form
Problem Recent Solvers4949
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!