Santana - 2013-07-24

Is it possible to run matcont5p2 without the GUI? I tried it for an equilibrium continuation but this is what I got :

first point found
tangent vector to first point found

elapsed time = 0.0 secs
npoints curve = 2

It stops after generating 2 points.

This is my script :
[x0, v0]=init_EP_EP(@myfun,[-0.0501; -1.2434; -0.1363; -0.0501; -1.2434; -0.1363],[1; 3; 1; 5; 4; -1.6; 0.006; -90; e],[8]);
opt=contset;opt=contset(opt,'MaxNumPoints',500);
opt=contset(opt,'InitStepSize',0.01);
opt=contset(opt,'MinStepSize',0.001);
opt=contset(opt,'MaxStepSize',0.05);
opt=contset(opt,'Singularities',1);
[x,v,s,h,f]=cont(@equilibrium,x0,[],opt);

Thanks for your help!

 

Last edit: Santana 2013-07-24