Inputting Transfer Functions in MATLAB - Rob's Guide

  • #1
I have only basic MATLAB skills and need to input to transfer functions into MATLAB to determine a closed loop transfer function! But cannot find any simple books or guides to show me how to input the functions! One of the transfer functions i wish to input is:

G(p)=1/s(1+0.8+0.04s^2)

Some help of the method of inputing this, would be greatly apricated!

Cheers
Rob
 
  • #2
A=tf([1],[0.04 0.8 1])

If you want the root locus just type in

rlocus(A)

Your system appears to always be stable and in the LHP for all positive values of gain K.
 
Last edited:

Suggested for: Inputting Transfer Functions in MATLAB - Rob's Guide

Replies
4
Views
488
Replies
0
Views
787
Replies
4
Views
914
Replies
2
Views
1K
Replies
6
Views
732
Replies
2
Views
966
Replies
5
Views
1K
Replies
1
Views
878
Replies
32
Views
1K
Back
Top