How to check the stability of a system using Simulink?

Status
Not open for further replies.

doubledragon

Junior Member level 3
Joined
Nov 15, 2005
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,476
Simulink(mat lab)

How to simulate the system is stable or not by using Simulink?

Given is state space form
 

Re: Simulink(mat lab)

use this functions in same order
[n,d]=ss2tf[a,b,c,d] ..............where a,b,c,d is the matricies of the state space
and the n, d are the num. and denum. of the tf.

x=tf(n,d)

rlocus(n,d)......to get the locus root plot , when the root are in the right hand side the
system will be un stable.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…