Disable detection of bifurcations
Toolboxes for parameter continuation and bifurcation analysis.
Brought to you by:
fschild,
hdankowicz
*all po constructors
Yes, both syntaxes are correct. This is the meaning of
'log|on', as in logical (true/false) or on/off.A cursory glance suggests that this should work for all
poconstructors and I have no reason to believe this is not the case. If you are willing to share your script, I can have a look.Best,
Harry
Hi
Thanks for confirming the syntax.
A quick test with
coco/po/examples/hopf/demo.mconfirmed that order matters.The error was that I tried to add
bifusafterode_HB2po. After putting it in the right place, the bifurcations are no longer detected indeed.This question can be closed.
Best regards
Marc
Or first a follow-up question, still in the file
coco/po/examples/hopf/demo.m, where I have added following lines to plotpo_run:When
po_runhas been calculated with'bifus', 'off', the plotting function gives following error:Maybe the problem is related to the plotting of stable (full line) and unstable (dashed line) parts of the branch?
What would be the easiest way to still plot the branch corresponding to
po_run?Hi Marc,
Yes, the problem is that when the solution type is a periodic orbit, the plotting routine by default assumes the existence of a
po.test.USTABcolumn in the corresponding bifurcation data array. You can turn this off by changingto
I hope that helps.
/Harry
Perfect, thank you!