Problem 60242. CamelCase to snake_case convention
The CamelCase naming convention capitalizes the first letter of each word. In snake_case convention, words are written in lowercase and separated by underscores.
Complete the function to convert a function name from CamelCase ('MyFunctionName') to the snake_case format ('my_function_name').
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
51927 Solvers
-
How to find the position of an element in a vector without using the find function
2776 Solvers
-
Least common multiple of many numbers
246 Solvers
-
433 Solvers
-
Find out value of polynomial at different value.
136 Solvers
More from this Author53
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!