Matrices with named rows and columns are returned as output arguments from several IRIS functions, such as model/acf, model/xsf, or model/fmse, to facilitate easy selection of submatrices by referrring to variable names in rows and columns.
Namedmat methods:
namedmat
- Create a new matrix with named rows and columns.select
- Select submatrix by referring to row names and column names.transpose
- Transpose each page of matrix with names rows and columns.cutoff
](../namedmat/cutoff] -All operators and functions available for standard Matlab matrices and arrays (i.e. double objects.html) are also available for namedmat objects.