Question: MATLAB-Write a function convstrs that will receive a char matrix of strings and a character u or l. If the character is u, it will
MATLAB-Write a function convstrs that will receive a char matrix of strings and a character u or l. If the character is u, it will return a new char matrix with all of the strings in uppercase. If the character is l, it will return a new char matrix with all of the strings in lowercase. If the character is neither u nor l, the char matrix that is returned will be identical to the input char matrix.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
