Next: Structure
Up: Software
Previous: Summary
  Contents
During the continuation numerical problems may arise. For example a linear system in the Newton corrections could be ill conditioned. In such cases the continuer checks for the last warning issued by MATLAB using lastwarn() and decreases the step size along the curve.
The user can use the same mechanism in the defining function and test function (see the example of the equilibrium curve, section 6).