Next: Archives Up: Software Previous: Structure   Contents
Directories
The files of the toolbox are organized in the following directories
- Continuer
Here are all the main files stored for the continuer, which are needed to calculate and plot any curve.
- Equilibrium
Here are all files stored needed to do an equilibrium continuation.
This includes the initializers and the equilibrium curve definition file.
- LimitCycle
Here are all files stored needed to do a limit cycle continuation.
This includes the initializers and the limitcycle curve definition file.
- Limitpoint
Here are all files stored needed to do a limitpoint continuation.
This includes the initializers and the limitpoint curve definition file.
- Hopf
Here are all files stored needed to do a Hopf point continuation.
This includes the initializers and the Hopf point curve definition file.
- PeriodDoubling
Here are all files stored needed to do a period doubling bifurcation continuation.
This includes the initializers and perioddoubling curve definition files.
- LimitPointCycle
Here are all files stored needed to do a fold bifurcation of limit cycles continuation.
This includes the initializers and limitpoint of cycles curve definition files.
- NeimarkSacker
Here are all files stored needed to do a torus bifurcation of limit cycles continuation.
This includes the initializers and torus curve definition files.
- BranchPoint
Here are all files stored needed to do a branch point continuation. This includes the initializers and a branch point curve definition file.
- BranchPointCycle
Here are all files stored needed to do a branch point of cycles continuation.
This inluded the initializers and branch point of cycles definition files.
- Homoclinic
Here are all files stored needed to do a homoclinic-to-hyperbolic-saddle continuation. This includes the initializers and the curve definition file.
- HomoclinicSaddleNode
Here are all files stored needed to do a homoclinic-to-saddle-node continuation. This includes the initializers and the curve definition file.
- MultiLinearForms
Here are files stored needed to compute high-order derivatives of systems and normal-form coefficients of bifurcations.
- Systems
Here all system definition files and files related to computed curves are stored.
- GUI
In MatCont, this directory contains all GUI-related files.
- Testruns
Only in CL_MatCont.Here are some example testruns stored. It can be used to run the examples described in this manual and to test if everything is working correctly.
- Help
Contains the help-files.
The only files which are not in any of these directories are in CL_MatCont init.m and cpl.m and in MatCont matcont.fig and matcont.m. The function init must be called before doing anything with the command-line toolbox so MATLAB can find all the needed functions. cpl is used to plot the results of the continuation in CL_MatCont. matcont.m is the start-up file of the GUI version MatCont, and matcont.fig is the related figure-file.