template_matlab_analysis
Template repository for MATLAB / Octave projects
How to install and use this template
Install with Github
- Click the green button
Use this template
.
- Give a name to the repository you want to create. Something short that
contains the name of your project:
analysis_my_study
.
-
Decide if you want this new repo to be public or private.
-
Click on
Create repository from template
You now have a copy of the template on your Github account. You can then download the code and the pre-set dependencies like this.
-
Click on green
Download
button and copy theURL_to_your_repo
that is shown there. -
Open a terminal and type this:
git clone URL_to_your_repo
Install with cookiecutter
Install Cookiecutter:
pip install -U cookiecutter
Generate project:
cookiecutter https://github.com/Remi-Gau/cookiecutter_matlab_analysis.git
Configuration
Check the CONTRIBUTING.md for more information on setting up this repo.
Cite As
Remi Gau (2023). template_matlab_analysis (https://github.com/Remi-Gau/template_matlab_analysis), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
.github/workflows
src
src/utils
tests
tests/utils
Versions that use the GitHub default branch cannot be downloaded
Version | Published | Release Notes | |
---|---|---|---|
0.2.0 | update readme to link to cookie cutter |
|
|
0.1.0 |