MATLAB code for multistable anti-phase bursting | |||||
Matveev | Bose | Nadim | Math Sci | NJIT | Bio Sci |
Victor Matveev, Amitabha Bose, Farzan Nadim Capturing the bursting dynamics of a two-cell inhibitory network using a one-dimensional map (2007) Journal of Computational Neuroscience, 23: 169. [ Full Text ] |
♦ MultiMovie.m |
This m-script illustrates the geometry of bursting corresponding to Figs. 1, 10 and 11, in the form of a movie, showing
both the time course and the phase-plane dynamics of the model.
The program prompts the user to select the number of spikes per burst. Only the initial condition
is affected by user input; all parameters are set to fixed values listed in Appendix A1.
|
♦ burstODE.m |
This ODE m-file implements the model equations (Eqs. 6). The file follows the standard format used by the built-in
MATLAB ode integrators.
|
♦ Vnullcline.m | Calculates the V-nullcline; used by the main MultiMovie script above.
|