DynaSim
This is the home of the DynaSim Toolbox for modeling and simulating dynamical systems in MATLAB and GNU Octave!
See the DynaSim Toolbox in action, with Getting started tutorial and the UnbiasedCompetition demonstration live script.
Quick Install:
- Full instructions are online.
- In brief:
- Download the toolbox, and add it to your MATLAB or GNU Octave path.
- Download it as a Zip file or clone it from the Terminal:
git clone https://github.com/DynaSim/DynaSim.git
- Download it as a Zip file or clone it from the Terminal:
- Add to path using startup.m or Command Window:
addpath(genpath('YOUR/PATH/TO/DynaSim'))
- Download the toolbox, and add it to your MATLAB or GNU Octave path.
Documentation:
- Complete documentation is available online.
- Get started with the DynaSim tutorial.
- A browsable function reference is available here.
Citation
If you use DynaSim for your published research, please cite this introductory article:
Sherfey JS, Soplata AE, Ardid S, Roberts EA, Stanley DA, Pittman-Polletta BR and Kopell NJ (2018) DynaSim: A MATLAB Toolbox for Neural Modeling and Simulation. Front. Neuroinform. 12:10. doi: 10.3389/fninf.2018.00010
Other References:
- Example modeling projects: PFC networks, Thalamus.
- Report issues here.
Mailing lists:
- Join the user mailing list to ask questions and discuss DynaSim.
- Join the developer mailing list to participate in development discussion.