Description Usage Arguments Details Value Examples
This function obtains the poles for a given system
| 1 | pole(sys)
 | 
| sys | LTI system of tf, ss and zpk class | 
pole returns the poles for a given system either a transfer function,
state-space or zero-pole models. If sys is a transfer function, it computes the roots of the denominator
If sys is a state-space object, it computes the eigenvalues of the A matrix.
If sys is a zpk object, it retrieves the poles from the object.
The function returns a column matrix containing the poles for the given system
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.