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'))
savepath
- Download the toolbox, and add it to your MATLAB or GNU Octave path.
- Get started with the DynaSim tutorial.
- Complete documentation is available online.
- A browsable function reference is available here.
- Example modeling projects: PFC networks, Thalamus.
- See the online documentation for more.
- Report issues here.
- Join the user mailing list to ask questions and discuss DynaSim.
- Join the developer mailing list to participate in development discussion.