Evelyn Sander - 2018-08-28

Hi All,
When I first try to run equilibrium from a known analytical solution, it says "Current step size too small (point 1)" However, if I first use the command "[x,v,s,h]=cont(@equilibrim,x1,v1,opt);" to get the error message "Undefined function or variable 'equilibrim'. " and then afterward use the correctly spelled command "[x,v,s,h]=cont(@equilibrium,x1,v1,opt);" then I do get convergence and no stepsize problems. Is there some way to get it to converge without having to first intentionally misspell the word?