Description Usage Arguments Details Value See Also Examples
tf2ss converts the model for a transfer function to state-space representation
1 | tf2ss(num, den)
|
num |
A numeric vector containing the coefficients of the |
den |
A numeric vector containing the coefficients of the |
tf2ss converts a model object for a transfer function to a state-space model, Where num is the numerator and den is the denominator
of the transfer function and sys is a transfer function object
Another possible call is tf2ss(sys) where sys is object of transfer-function model.
Returns an object of 'ss' class.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.