Description Usage Arguments Details Value See Also Examples
zp2ss
converts a system represented in zero-pole form to state-space
1 | zp2ss(z,p,k)
|
z |
Zero, a vector or single row matrix |
p |
Pole, a vector or single row matrix |
k |
Gain, a vector |
zp2ss
converts a system represented in zero-pole form to state-space by converting from zero-pole to transfer function and from transfer functon to state-space
Another possible usage is: zp2ss(sys)
where sys
is an object of zero-pole-gain model.
Returns a list object of 'ss' class.
1 2 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.