image thumbnail
from Dasslc Mex file compilation to Matlab 5.3 and 6.5! by Giovani Tonel
I have compiled a Dasslc solver version (MATLAB MEX INTERFACE), in order to use with Matlab (version

[res,ires]=dydt1(t,y,yp)
function [res,ires]=dydt1(t,y,yp)

res(1)=yp(1)+4*y(1);
res(2)=yp(2)+6*y(2);
res(3)=y(3)-y(1)-2.0;
ires=0;

Contact us at files@mathworks.com