zpk2tf
zpk2tf(z, p, k)
Compute the transfer function of a zero-pole-gain model.
Try it yourself:
$1 | zpk2tf([1, 2], [-1, -2], 1)
| |
$2 | zpk2tf([1, 2], [-1, -2])
| |
$3 | zpk2tf([1 - 3i, 2 + 2i], [-1, -2])
|
Compute the transfer function of a zero-pole-gain model.
Try it yourself:
$1 | zpk2tf([1, 2], [-1, -2], 1)
| |
$2 | zpk2tf([1, 2], [-1, -2])
| |
$3 | zpk2tf([1 - 3i, 2 + 2i], [-1, -2])
|