hi everyone
i have another question for you, i am trying to convert an polynomial, in this case just the denominator, which is of the form, 3s^3 + 5.2s^2 + s + 1 to an array which has none of the s terms, i.e [3, 5.2, 1, 1], i have already separated the numerator and denominator, but need to do...
thank you very much for help, i'll have a go at it right now,
never expected a reply that quickly.
once again thanks for your help it is much appreciated.
drey
Hi every one
I am new to matlab but have viewed a lot of tutorials, but i could not find one that shows me how to enter a complicated transfer function like
30s
----------------------
(1 + s/0.2)(1 + s/0.5)
i couldn't find an easy way to represent s/0.2 so i was going to just cheat...