This is the home of the DynaSim toolbox for modeling and simulating dynamical systems in MATLAB and GNU Octave!
- 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.
- Complete documentation is available online.
- Get started with the DynaSim tutorial.
- A browsable function reference is available here.
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
- Example modeling projects: PFC networks, Thalamus.
- Report issues here.
- Join the user mailing list to ask questions and discuss DynaSim.
- Join the developer mailing list to participate in development discussion.