Poincare Section MATLAB code (Pullen-Edmonds Hamiltonian)

The MATLAB Code for the Poincare Section of Pullen-Edmonds Hamiltonian is attached.

Similary a figure file is also uploaded (coup_osci_psect2.fig ) which is plotted using the data generated with the code .

The same figure can be plotted by loading the mat file via the following command in MATLAB

load ('full_cup_osci_psection2nd.mat')

plot(q1_sec,p1_sec,'.','markersize',0.5).

To run the actual code ,simply type psect_coup_osc in the command window.