Create array of strings with no characters
str = strings
returns a string with no
characters. For more information on string arrays, see Characters and Strings.
str = strings(
returns
a sz1,...,szN
)sz1
-by-...-by-szN
array of
strings with no characters, where sz1,...,szN
indicate
the size of each dimension. For example, strings(2,3)
returns
a 2-by-3 array of strings.