Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hock, Martin
getfromgit
Commits
f196f1e8
Commit
f196f1e8
authored
Jul 17, 2019
by
Hock, Martin
🙉
Browse files
Initial commit with the caller function and simple maths function being called
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
callscript.m
0 → 100644
View file @
f196f1e8
y = megamaths(x);
display (y);
\ No newline at end of file
megamath.m
0 → 100644
View file @
f196f1e8
function y = megamath(x)
y = x + 1;
end
\ No newline at end of file
Write
Preview
Supports
Markdown
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