CST Characters and Strings
CST Characters and Strings
A= [77 65 84 76 65 66];
C=char(A)
C=‘MATLAB’
n= strlength(str)
String
• If the text includes double quotes, use two double quotes
within the definition.
q = "Something ""quoted"" and something else.“