You can use the tf
function to create a transfer function model in MATLAB. Here's how you can find the poles and zeros of the given transfer function 𝑀(𝑠):
main.m203 chars10 lines
Now you can access the poles of the transfer function using poles_M
and zeros using zeros_M
.
gistlibby LogSnag