Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Nikola de Lange
git.practice
Commits
0145252c
Commit
0145252c
authored
Jan 22, 2019
by
Laurent Heirendt
✈
Browse files
removing instructions for homework
parent
f3551605
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0145252c
# Repo for practice and homework
#
# Repo
sitory
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment