Code covered by the BSD License
function c=copt3(c) % copt3 - Constants file converted from c. format with convertcc.m % % Created by : ecoetzee % Date : 20-Jul-2010 11:26:25 % c.Ndim=1; c.Ips=5; c.Irs=4; c.Ilp=1; c.Icp=[10,1,2,3,4]; c.Ntst=10; c.Ncol=4; c.Iad=3; c.Isp=1; c.Isw=1; c.Iplt=0; c.Nbc=0; c.Nint=0; c.Nmx=25; c.Rl0=-2; c.Rl1=3; c.A0=-2; c.A1=3; c.Npr=25; c.Mxbf=5; c.Iid=2; c.Itmx=8; c.Itnw=5; c.Nwtn=3; c.Jac=1; c.Epsl=1e-006; c.Epsu=1e-006; c.Epss=0.0001; c.Ds=0.05; c.Dsmin=0.001; c.Dsmax=0.2; c.Iads=1; c.Thl=[]; c.Thu=[]; c.Uzr=[];
Contact us