You are on page 1of 1

%% 3_28

A=[1 2;0 1];B=[2;3];C=[1,1];D=[];


sys=ss(A,B,C,D,1);
system=tf(sys)
%step(system)
%X=C*(A^0+A+A^2+A^3+A^4+A^5)*B

You might also like