gxangel
Newbie level 1
matlab ss2tf
hi hi, i'm a beginner in matlab and have been having problems regarding the "ss2tf" function. i type in:
A=[-2 -2;2 -2]
B=[2;0]
C=eye(2)
D=zeros(2,1)
find ss2tf
and it gives me:
ans: 1 2 3 4 5
instead of:
NUM= 2 2
DEN= 4
which i'm expecting as the ans. can anyone out there help me?
hi hi, i'm a beginner in matlab and have been having problems regarding the "ss2tf" function. i type in:
A=[-2 -2;2 -2]
B=[2;0]
C=eye(2)
D=zeros(2,1)
find ss2tf
and it gives me:
ans: 1 2 3 4 5
instead of:
NUM= 2 2
DEN= 4
which i'm expecting as the ans. can anyone out there help me?