LTPDA Toolbox™ | contents | ![]() ![]() |
EIG overloads the eigenvalues/eigenvectors function for analysis objects. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: EIG overloads the eigenvalues/eigenvectors function for analysis objects. CALL: b = eig(a) % only with cdata AOs b = eig(a, pl) % only with cdata AOs INPUTS: pl - a parameter list a - input analysis object OUTPUTS: b - output analysis object Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ao |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
1D |
2D |
3D |
1D |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
eig | |||
AXIS | 'y' | none | The axis on which to apply the method. |
DIM | [] | none | The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in cdata objects. For tsdata, fsdata or xydata, this option has no effect. |
OPTION | '' |
|
A string or value (e.g. 'nobalance') that can specified to disable balancing. See MATLAB's eig for details. |
Example |
---|
plist('AXIS', 'y', 'DIM', [[]], 'OPTION', '') |
2D |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
eig | |||
AXIS | 'y' |
|
The axis on which to apply the method. |
OPTION | '' |
|
A string or value (e.g. 'nobalance') that can specified to disable balancing. See MATLAB's eig for details. |
Example |
---|
plist('AXIS', 'y', 'OPTION', '') |
3D |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
eig | |||
AXIS | 'z' |
|
The axis on which to apply the method. |
DIM | [] | none | The dimension of the chosen vector to apply the method to. This is necessary for functions like mean() when applied to matrices held in the z field of xyzdata objects. |
OPTION | '' |
|
A string or value (e.g. 'nobalance') that can specified to disable balancing. See MATLAB's eig for details. |
Example |
---|
plist('AXIS', 'z', 'DIM', [[]], 'OPTION', '') |
Some information of the method ao/eig are listed below: | |
---|---|
Class name | ao |
Method name | eig |
Category | Operator |
Package name | ltpda |
VCS Version | 967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
Can be used as modifier | 1 |
Supported numeric types | {'double'} |
![]() |
Method: ao/diag | Method: ao/exp | ![]() |
©LTP Team