Nagesh
Followers: 0 Following: 0
Feeds
답변 있음
pole placement in M-file
A=[-6 -5;1 0]; b=[1;0] p=[-5 -10] % the poles should be stables (real(p)<0) %or p=[-2+j -2-j] place(A,b,p)
pole placement in M-file
A=[-6 -5;1 0]; b=[1;0] p=[-5 -10] % the poles should be stables (real(p)<0) %or p=[-2+j -2-j] place(A,b,p)
9개월 전 | 0