Mercurial > repos > public > matlab_path_manager
comparison README.md @ 39:3156ace843f5
Change name of file containing the paths
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 13 Jan 2025 11:27:35 +0100 |
parents | 78c448b5bdc7 |
children |
comparison
equal
deleted
inserted
replaced
38:16d56bf04117 | 39:3156ace843f5 |
---|---|
1 Takes care of adding local folders to Matlabs path. | 1 Takes care of adding local folders to Matlabs path. |
2 Add a `.subpaths` file in the root of the project containing the relative paths of folders to add. | 2 Add a `MatlabPaths` file in the root of the project containing the relative paths of folders to add. |
3 Then use the following functions to interact with `mpm`. | 3 Then use the following functions to interact with `mpm`. |
4 | 4 |
5 * `mpm.checkin` | 5 * `mpm.checkin` |
6 * `mpm.checkout` | 6 * `mpm.checkout` |
7 * `mpm.status` | 7 * `mpm.status` |