Zeros of the system, specified as a column vector or a matrix.
z has as many columns as there are outputs. The zeros must be
real or come in complex conjugate pairs. Use Inf values as
placeholders in z if some columns have fewer zeros than
others.
Example: [1 (1+1j)/2 (1-1j)/2]'
Data Types: single | double Complex Number Support: Yes
p — Poles column vector
Poles of the system, specified as a column vector. The poles must be real or come in
complex conjugate pairs.
Example: [1 (1+1j)/2 (1-1j)/2]'
Data Types: single | double Complex Number Support: Yes
k — Gains column vector
Gains of the system, specified as a column vector.
b — Transfer function numerator coefficients row vector | matrix
Transfer function numerator coefficients, returned as a row vector or a matrix. If
b is a matrix, then it has a number of rows equal to the number
of columns of z.
a — Transfer function denominator coefficients row vector
Transfer function denominator coefficients, returned as a row vector.
Algorithms
The system is converted to transfer function form using poly with p and the columns of z.
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.