Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vanja Vlasov
git.practice
Commits
d1c4b680
Commit
d1c4b680
authored
Jan 19, 2017
by
Stefania Magnusdottir
Browse files
Uncommented line for multiplying 2 numbers
parent
d654b31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
secondCommit/multiplyTwoNumbers_StefaniaMagnusdottir.m
0 → 100644
View file @
d1c4b680
function
c
=
multiplyTwoNumbers_StefaniaMagnusdottir
(
a
,
b
)
% multiplyTwoNumbers(a, b) returns the product of a and b
c
=
a
*
b
;
end
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