Plotting the output of a continuation of limit cycles

A continuation run of limit cycles has the standard form

[x,v,s,h,f]=cont(@limitcycle,x0,v0,opt);

Here x is a matrix in which each column corresponds to a computed orbit. The last element of each column contains the value of the active parameter. CL/SMALL>_MATCONT provides only limited possibilities to visualise the output. Namely, it provides the routine plotcycle.m which is to be called in the form

plotcycle(x,v,s,e)

where e is either a two- or a three-dimensional row vector.