Problem 713. Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not count as significant. No significant digits will result in an answer of 0.
For example:
x = [0.01 0.888 1.0 40.151 39.1244];
y = 4;
The maximum number of significant decimal places from the input is 4 (39.1244).
Solution Stats
Problem Comments
-
15 Comments
Show
12 older comments
Dylan
on 8 Dec 2023
I don't understand how to solve using strings..
Ethan
on 9 Dec 2023
hi
Thomas
on 23 Mar 2024
fun
Solution Comments
Show commentsGroup

Strings II
- 21 Problems
- 41 Finishers
- Find the sum of all the numbers of the input vector
- Select every other element of a vector
- Arrange Vector in descending order
- Inner product of two vectors
- Get the length of a given vector
- Find max
- Whether the input is vector?
- Flip the vector from right to left
- Create a vector
- Doubling elements in a vector
- Vector creation
Problem Recent Solvers2991
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!