Tutorials are here to get you started with using The COBRA Toolbox. The tutorials are grouped according to the src/
folder structure:
All tutorials are provided in 4 formats: .mlx
, .m
, .pdf
, and .html
.
- The interactive version
.mlx
is a MATLAB Live-script format and can be run using the MATLAB Live-script editor. - The static version
.html
can be visualized on the main tutorials page. - For your reference, the
.pdf
version is also included for each tutorial. - The
.m
version of the tutorial can be opened and run directly in MATLAB. This is particularly useful to build new analysis scripts based on an existing tutorial.
Additional tutorials can be found in additionalTutorials. These tutorials are currently being prepared.
A template for generating a new tutorial is provided here. You can use the MATLAB.devTools to submit your tutorial. Please follow the contributing guidelines.