ENGR 1181 | MATLAB 4: Array Accessing and Strings

12.1.11 Strings in MATLAB. MATLAB variables can also be defined as string variables. A string character is a text surrounded by single quotes. For example: It is also possible to create a list of strings by creating a matrix in which each row is a separate string. As with all standard matrices, the rows must be of the same length. Thus: ................
................