Thread Closed

Matlab Transfer Function!

 
Share Thread Thread Tools
Apr5-07, 01:29 PM   #1
 

Matlab Transfer Function!


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
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Apr5-07, 06:24 PM   #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.
 
Thread Closed
Thread Tools


Similar Threads for: Matlab Transfer Function!
Thread Forum Replies
Transfer Functions in MatLab Math & Science Software 9
Solving Heat Transfer Problem Node Analysis using Matlab Math & Science Software 2
Matlab Transfer Function Math & Science Software 3
Transfer function Advanced Physics Homework 0
Plotting Transfer Functions Using Matlab Math & Science Software 1