You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/code-style/organisation.qmd
+2
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,5 @@ At the very top level of your project, why not have something like the following
28
28
├── README # readme file! (essential)
29
29
└── LICENSE # license file (essential)
30
30
```
31
+
32
+
You can make use of a [matlab-project-template](https://github.com/reproducibleMATLAB/matlab-project-template) GitHub repository which contains this directory structure as a template with placeholder information, designed specifically for MATLAB projects.
0 commit comments