Mercurial > repos > public > matlab_path_manager
annotate README.md @ 27:05a8b30ee4a7
Make loaded paths persistent across matlab restarts
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Tue, 18 Sep 2018 13:03:53 +0200 |
| parents | ead7c7021ad9 |
| children | 78c448b5bdc7 |
| rev | line source |
|---|---|
| 10 | 1 Takes care of adding local folders to Matlabs path. |
| 12 | 2 Add a `.subpaths` file in the root of the project containing the relative paths of folders to add. |
| 10 | 3 Then use the following functions to interact with `mpm`. |
| 12 | 4 |
| 5 * `mpm.checkin` | |
| 6 * `mpm.checkout` | |
| 7 * `mpm.info` | |
| 8 * `mpm.verify` |
