From fd5db1930d96662b53046a451c8e0e372babd1f8 Mon Sep 17 00:00:00 2001 From: Sylvain Arreckx <sylvain.arreckx@gmail.com> Date: Wed, 18 Jan 2017 14:23:54 +0100 Subject: [PATCH] update instructions for matlab files. --- essential_commands.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/essential_commands.md b/essential_commands.md index 606266ff..81e1af5a 100644 --- a/essential_commands.md +++ b/essential_commands.md @@ -44,7 +44,10 @@ Modify and rename `addTwoNumbers.m` in the folder `firstCommit` Open the file `addTwoNumbers.m` in the folder `firstCommit` using the `Atom` editor (or any other editor). <br> -Then, uncomment the line +Then, rename the function by adding your name (`addTwoNumbers_myName`) + +<br> +Uncomment the line ```Matlab % c = a + b ``` -- GitLab