Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git.practice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vanja Vlasov
git.practice
Commits
0145252c
Commit
0145252c
authored
6 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
removing instructions for homework
parent
f3551605
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-42
2 additions, 42 deletions
README.md
with
2 additions
and
42 deletions
README.md
+
2
−
42
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment