rownames
Retrieve or set row names of DataMatrix object
Syntax
Description
returns ReturnRowNames =
rownames(DMObj)ReturnRowNames
containing the row names in DMObj, a DataMatrix object.
returns the
row names specified by ReturnRowNames =
rownames(DMObj,RowIndices)RowIndices.
returns DMObjNew =
rownames(DMObj,RowIndices, RowNames)DMObjNew, a DataMatrix object, with rows specified by
RowIndices set to the names specified by
RowNames.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2008b