[X,Pos] = select(This,RowSelect,ColSelect)
[X,Pos] = select(X,Select)
X
[ namedmat ] - Matrix or array with named rows and columns.
RowSelect
[ char | cellstr ] - Selection of row names.
ColSelect
[ char | cellstr ] - Selection of column names.
Select
[ char | cellstr ] - Selection of names that will be applied to both rows and columns.
X
[ namedmat ] - Submatrix with named rows and columns.
Pos
[ cell ] - Pos{1}
is the vector of rows included in the submatrix X
, Pos{2}
is the vector of columns included in the submatrix X
.