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
| or [octave](https://www.gnu.org/software/octave/)| >=4.? |
16
+
17
+
## Installing dependencies
18
+
19
+
All the dependencies needed to run this are listed in the [mpm-requirements.txt file](.mpm-requirements.txt). If those functions are not in the matlab path the scripts in this repository will not work.
20
+
21
+
If you are using the [matlab package manager](https://github.com/mobeets/mpm), you can simply download the appropriate version of those dependencies and add them to your path by running the `getDependencies` function.
22
+
23
+
```matlab
24
+
getDependencies('update')
25
+
```
26
+
27
+
If you only already have the appropriate version but just want to add them to the matlab path, then run.
0 commit comments