changing casethe matlab has two functions which


Changing Case:

The MATLAB has two functions which convert strings to all uppercase letters, or all lowercase, known as the upper and lower.

>> mystring = 'AbCDEfgh';

>> lower(mystring)

ans =

abcdefgh

>> upper(ans)

ans =

ABCDEFGH

 

 

 

 

 

Request for Solution File

Ask an Expert for Answer!!
Applications of MATLAB: changing casethe matlab has two functions which
Reference No:- TGS0175080

Expected delivery within 24 Hours