Code covered by the BSD License
function [par,u,o]= stpnt(t) % % strating point for dd2 demo % par(1)=0.0; par(2)=0.2; par(3)=0.1; u(1)=0.0; u(2)=0.0; o=[];
Contact us