Question: Please provide the correct matlab code for this question - hints are provided. Write a MATLAB code which receives a full name from a user.

Write a MATLAB code which receives a full name from a user. This name can be in lower case, upper case, or any mixture of these formats. Your code must then convert this name into title case (i.e., soudeh khouBRouy will be changed to Soudeh Khoubrouy). Save your m-file as Hints: check MATLAB help for input function to see how you can receive a character or string from the user. Also, your code must receive the entire full name in one command. Please do not use separate input commands for first name and last name. Other MATLAB functions that could be helpful are char, string, lower, upper, and strfind. Check MATLAB help for them
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
