Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Beatriz Garcia
git.practice
Commits
4b645205
Commit
4b645205
authored
Jan 18, 2017
by
Sylvain Arreckx
Browse files
add a test file for homework.
parent
de68128c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test.m
0 → 100644
View file @
4b645205
% Test file
addpath
(
genpath
(
pwd
))
% add this foldeand r all subfolders to the path
c
=
addTwoNumbers_syarra
(
1
,
1
);
% 1 + 1
d
=
multiplyTwoNumbers_syarra
(
c
,
c
);
% 2 * 2
% test my sqrt function
assert
(
sqrt_syarra
(
d
)
==
sqrt
(
d
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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