to revise the code for ode23, ode45, ...
because, for instance
f = inline('-x/3')
[t,x] = ode23(f,[0 10],5)
does not give the expected, known result: x = 5*exp(-t/3)
1
vote
Anonymous
shared this idea