Time integration (= simulation) of the dynamical system can be done on the command line as in the following example:
OPTIONS=[];
hls = MyML;
[t,y] = ode45(hls{2},[0 1000],[0 0],OPTIONS,30,10);
x0 = y(end,:)';
In this example the system MyML is integrated over the interval