out =
empty (sz)
¶Get an empty string array of a specified size.
The argument sz is optional. If supplied, it is a numeric size array whose product must be zero. If omitted, it defaults to [0 0].
The size may also be supplied as multiple arguments containing scalar numerics.
Returns an empty string array of the requested size.