.. highlightlang:: us .. _strempty: strempty ======== .. index:: strempty .. us.tag strempty ENGLISH STR :ref:`strempty` creates a matrix of strings with zero length. .. function:: smEmpty = strempty(nRows, nColumns) smEmpty = strempty(rvSize) .. us.return **Return Value** *smEmpty* is a string matrix of zero length strings. .. us.params **Parameters** .. uparam:: nRows *nRows* is the number of rows. .. uparam:: nColumns *nColumns* is the number of columns. .. uparam:: rvSize *rvSize* is a vector with 2 elements. The first element is the number of rows of the empty matrix and the second element is the number of columns. .. seealso:: :ref:`overview-strings`, :ref:`zeros` :sub:`id-397208`