No BSD License  

Highlights from
aide mémoire Matlab (seconde édition)

from aide mémoire Matlab (seconde édition) by Jean-Thierry
les m-fichiers de l'aide mémore Matlab seconde édition

ex_odeplot.m
fonc = inline( '[ y(2);-t*y(2)-y(1)];','t','y');
odeset('OutputFcn',@odephas2,'Refine',100);
ode45(fonc, [0 100] , [0,1]);

Contact us at files@mathworks.com