MATLAB allows for the creation and manipulation of character strings. Strings can be defined using single quotes and treated as character arrays. Strings can be combined vertically using concatenation or char, and horizontally using concatenation, strcat, or by converting to a cell array of strings using cellstr. MATLAB contains many string functions for tasks like formatting, comparison, searching/replacing, and more.