Code covered by the BSD License  

Highlights from
Dynamical Systems Toolbox

image thumbnail
from Dynamical Systems Toolbox by Etienne Coetzee
Bifurcation analysis of dynamical systems. Integration of AUTO bifurcation software into MATLAB.

c=cpen3(c)
function c=cpen3(c)
% cpen3 - Constants file converted from c. format with convertcc.m
%
%  Created by : ecoetzee
%  Date       : 20-Jul-2010 11:26:26
%

c.Ndim=4;
c.Ips=2;
c.Irs=4;
c.Ilp=0;
c.Icp=[3,11];
c.Ntst=30;
c.Ncol=4;
c.Iad=3;
c.Isp=1;
c.Isw=-1;
c.Iplt=0;
c.Nbc=0;
c.Nint=0;
c.Nmx=200;
c.Rl0=-0.1;
c.Rl1=15;
c.A0=0;
c.A1=100;
c.Npr=200;
c.Mxbf=10;
c.Iid=2;
c.Itmx=8;
c.Itnw=7;
c.Nwtn=3;
c.Jac=0;
c.Epsl=1e-007;
c.Epsu=1e-007;
c.Epss=0.0001;
c.Ds=-0.1;
c.Dsmin=0.01;
c.Dsmax=0.5;
c.Iads=1;
c.Thl=[11,0];
c.Thu=[];
c.Uzr=[];

Contact us