IRIS Toolbox Reference Manual
eig
Eigenvalues of the transition matrix
Syntax
e = eig(m)
Input arguments
m
[ model ] - Model object whose eigenvalues will be returned.
Output arguments
e
[ numeric ] - Array of all eigenvalues associated with the model, i.e. all stable, unit, and unstable roots are included.
Description
Example