matlab mfile 8s2 18s 32 s3 6s2 14s 24SolutionAns To get

matlab m-file 8s^2 + 18s + 32 /s^3 + 6s^2 + 14s + 24

Solution

Ans) To get the required transfer function in to matlab ,first write the coefficeints of numerator and denominator

i.e for numerator a=[8 18 32]

for denominator b=[1 6 14 24]

Now matlab code is

--------------

>> H=tf([8 18 32],[1 6 14 24])

H =

8 s^2 + 18 s + 32
-----------------------
s^3 + 6 s^2 + 14 s + 24

Continuous-time transfer function.

>>

-------------------------------------------

matlab m-file 8s^2 + 18s + 32 /s^3 + 6s^2 + 14s + 24SolutionAns) To get the required transfer function in to matlab ,first write the coefficeints of numerator a

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site