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.
- 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.