stremptyΒΆ

strempty creates a matrix of strings with zero length.

smEmpty = strempty(nRows, nColumns)
smEmpty = strempty(rvSize)

Return Value

smEmpty is a string matrix of zero length strings.

Parameters

nRows

nRows is the number of rows.

nColumns

nColumns is the number of columns.

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.

id-397208