tspan = [0 2];
x0=0;
[t,x]=ode23('simpode','tspan',x0);
plot(t,x)
xlabel('t')
ylabel('x')