%Simulation of webserver in overload situations dt=0.1;t=0:dt:80;x0=0; % Generate plots for r = 2 [t,x]=ode45('admcontrol_fcn',t,x0, [], 2); pl=plot(t,x); ylabel('x'); xlabel('time');