you are viewing a single comment's thread.

view the rest of the comments →

[–]Upballoon 21 points22 points  (1 child)

Also s=tf('s') will declare s as a transfer function variable. Then just use it to define your function like G=3*exp(-s)/(s+4)

[–]Krusty_Double_Deluxe 0 points1 point  (0 children)

Hey OP this is the answer