str2mat
(Not recommended) Form blank-padded character array from strings
str2mat is not recommended. Use string instead. For additional information see, Version History.
Description
creates a character array where each input starts a new row. Inputs can be string scalars or
character arrays with one or more rows. The function automatically pads each row with
white-space characters so that every row has the same number of characters. C = str2mat(c1,c2,c3,...)