Problem 44858. Get the mean digit
Write a function that gives the mean digit (round towards nearest integer) of an input and positive number. For example:
x = 264 --> y = 4 x = 128 --> y = 4
Solution Stats
Problem Comments
-
2 Comments
William
on 1 Mar 2019
Test Suite problem #4 has an incorrect value.
Fabio Squizzato
on 12 Mar 2019
Test suite #4 is incorrect
Solution Comments
Show commentsProblem Recent Solvers35
Suggested Problems
-
Select every other element of a vector
30305 Solvers
-
Create a cell array out of a struct
1492 Solvers
-
Back to basics 22 - Rotate a matrix
883 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
361 Solvers
-
194 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!