Guest User

Untitled

a guest
Feb 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. A = [0 1 0 0 0; 0 0 1 0 0; 0 -1 -2 0 0; 0 0 0 -2 0; 0 0 0 0 -3];
  2. B = [0; 0; 1; 1; 0];
  3. C = [0 1 0 0 1];
  4. D = 0;
  5. tf(ss(A,B,C,D))
Add Comment
Please, Sign In to add comment