% hw3examp.m - example of use of phaseplot routines % RMM, 14 Oct 02 % Generate an arrow diagram for a simple system phaseplot('hw3simp', [-1 1 10], [-1 1 10]); pause % Generate a phase plot for a simple systems with grid of initial conditions phaseplot('hw3simp', [-1 1 10], [-1 1 10], boxgrid([-1 1 10], [-1 1 10])); pause % Generate a phase plot for a simple systems with list of initial conditions phaseplot('hw3simp', [-1 1 10], [-1 1 10], [-0.5 -0.5; 0.2 0.2; 0.1 0.1]); pause