MATLAB: Variable precision arithmetic in ode45 and others

MATLABode45Symbolic Math Toolbox

Is it possible to use vpa in ordinary differential equation solvers like ode45?

Best Answer

Sort of. The internal symbolic engine has two numeric ode routines. At the moment I do not know if there is a matlab level interface to those routines.
You might need to use feval(symengine) to access the routines.