Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %% Zbiornik 5
- A1=4
- A2=5
- g=9.81
- Aw1=2
- Aw2=2
- hmax1=10
- hmax2=10
- a1=Aw1*sqrt(2.*g).*h1max.^-0.5
- a2=Aw2*sqrt(2.*g).*h2max.^-0.5
- Az3 = [-a1/A1, 0; a1/A2, -a2/A2]
- Bz3 = [1/A1; 0];
- Cz3 = [0 1]
- Dz3 = 0
- Z5=ss(Az3,Bz3,Cz3,Dz3)
- figure(1)
- step(Z5)
- figure(2)
- impulse(Z5)
- figure(3)
- nyquist(Z5)
- figure(4)
- bode(Z5)
- figure(5)
- pzmap(Z5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement