%Systemmod. HS 2009 %Übungsbeispiel "Wassertank" %Gruppe: Bryan Anastasiades % Melanie Schneider % Marco Weber % %Parameter %____________________________ clc; clear all; F_out=0.01^2*pi; F=0.1^2*pi; g=9.81; rho=1000; tau=5; m_dot_umax=1; m_dot_zmax=1.7831; %Steuergrössen z0=0.5; u0=0.5; %initial conditions Hoehe_IC= ((-m_dot_umax*u0-m_dot_zmax*z0)/(F_out*rho))^2*1/(2*g); Signal_IC=Hoehe_IC;