Skip to content
Snippets Groups Projects
Commit e492e15f authored by Daniel Duarte's avatar Daniel Duarte
Browse files

Adding additional information about the MATLAB test commands

parent c220819c
No related branches found
No related tags found
2 merge requests!39Regular merge of develop,!38Adding additional information about the MATLAB test commands
...@@ -25,11 +25,16 @@ Don't forget to properly configure `git` with your username and email as explain ...@@ -25,11 +25,16 @@ Don't forget to properly configure `git` with your username and email as explain
- Before submitting the merge request, verify locally that your code is running properly. - Before submitting the merge request, verify locally that your code is running properly.
Simply execute it
To do so, open the MATLAB application and type `matlabroot`. This will return the path to the MATLAB application. Note or copy this path and exit MATLAB.
NOTE: Do not copy the apostrophes, as they just denote the returned string.
Open the Terminal and execute the following command:
```sh ```sh
$ matlab -nodesktop -nosplash < test_myName.m $ matlabroot/bin/matlab -nodesktop -nosplash < test_testAll.m
``` ```
and verify that no error is reported. and verify that no error is reported.
NOTE: `matlabroot`in the terminal window refers to the copied path from the previous instruction.
- Create a merge-request. - Create a merge-request.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment