Problem 49. Sums with Excluded Digits
Add all the integers from 1 to n in which the digit m does not appear. m will always be a single digit integer from 0 to 9.
no_digit_sum(10,1) = 44
because 1 and 10 are excluded from the sum and
sum(2:9) = 44
Solution Stats
Problem Comments
-
1 Comment
Sanzhar Askaruly
on 28 Jul 2019
simple but fun :)
Solution Comments
Show commentsProblem Recent Solvers2090
Suggested Problems
-
2098 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
794 Solvers
-
Split a string into chunks of specified length
1459 Solvers
-
304 Solvers
-
Natural numbers in string form
1181 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!