Skip to content
Snippets Groups Projects
Commit 0145252c authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

removing instructions for homework

parent f3551605
No related branches found
No related tags found
No related merge requests found
# Repo for practice and homework
## Repository for practice and homework
## Homework on GitLab
This exercise has to be done on your lab computer on which `Matlab` **is** installed. Don't forget to properly configure `git` with your username and email as explained in the training slides.
<br>
During the training, you committed to the
[https://git-r3lab.uni.lu/R3/R3.practice](hhttps://git-r3lab.uni.lu/R3/R3.practice)
repository.
<br>
**Task**
- create a fork of this repository
- commit some code
- create a merge request on `GitLab`.
## Instructions
- First, fork the [https://git-r3lab.uni.lu/R3/R3.practice](https://git-r3lab.uni.lu/R3/R3.practice) repository.
- Create the new branch `homework_myName`.
- Implement a new function (create a new file `sqrt_myName.m`) called `sqrt_myName(x)` that computes the square root of `x`.
- Copy the `test.m` file to `test_myName.m` and change the names of the functions accordingly.
- Before submitting the merge request, verify locally that your code is running properly.
Simply execute it
```sh
$ matlab -nodesktop -nosplash < test_myName.m
```
and verify that no error is reported.
- Create a merge-request.
- Assign Laurent (@laurent.heirendt) your merge-request will be reviewed.
<br>
That's it!
The detailed instructions are [here](https://git-r3lab.uni.lu/R3.training/git.slides/blob/master/slides/homework.md).
\ No newline at end of file
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