if i have poles and zeros of a transfer function, how to obtain this transfer function ???
7 views (last 30 days)
Show older comments
hassan elkholy
on 14 Nov 2020
Answered: Walter Roberson
on 14 Nov 2020
if i have poles and zeros of a transfer function, how to obtain this transfer function ???
0 Comments
Accepted Answer
Walter Roberson
on 14 Nov 2020
transfer_function = tf( zpk(ListOfZeros, ListOfPoles, ListOfGains))
0 Comments
More Answers (0)
See Also
Categories
Find more on Dynamic System Models in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!