Member of the linear systems class.
[d, e, f, g] = zp2ss(a, b, c)
Converts a zero-pole-gain model to a state-space model transform.
| Name | Description |
| a | Specifies the zeros of the system. a is a vector. |
| b | Specifies the poles of the system. b is a vector. |
| c | Specifies the gain of the system. c is a real number. |
| Name | Description |
| d, e, f, g | Return the system matrices of the state-space representation. |
[D, E, F, G] =zp2ss([1 2], [-1 2 3], 3)