diff --git a/slides/homework.md b/slides/homework.md index 7228cf29ee0c465f04502b3f6e664e2eead7ee46..2e23c5139bd95786c6aaa433cd95e6e1e3d25904 100644 --- a/slides/homework.md +++ b/slides/homework.md @@ -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. - 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 - $ matlab -nodesktop -nosplash < test_myName.m + $ matlabroot/bin/matlab -nodesktop -nosplash < test_testAll.m ``` 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.