From db41a6393e71c997e61b2810a7194c3976f4d756 Mon Sep 17 00:00:00 2001 From: Daniel Duarte Tojal <daniel.duarte.001@student.uni.lu> Date: Sun, 7 Apr 2019 21:03:12 +0200 Subject: [PATCH] Adding additional information about the MATLAB test commands --- homework.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/homework.md b/homework.md index 7228cf29..2e23c513 100644 --- a/homework.md +++ b/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. -- GitLab