Problem 60247. snake_case to CamelCase convention

The snake_case naming convention writes words in lowercase and separates them with underscores. In CamelCase convention, the first letter of each word is capitalized and words are joined without spaces. Complete the function to convert a function name from snake_case (‘my_function_name’) to the CamelCase format (‘MyFunctionName’).

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Jun 09, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers6

Suggested Problems

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!