MATLAB: If i have poles and zeros of a transfer function, how to obtain this transfer function ??

MATLABpolestransfer function

if i have poles and zeros of a transfer function, how to obtain this transfer function ???

Best Answer

transfer_function = tf( zpk(ListOfZeros, ListOfPoles, ListOfGains))