Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
hackassin
Edit Copy
Star
GitHub Repository:
hackassin/Coursera-Machine-Learning
Path:
blob/master/Week 2/Octave Tutorial/5. Control & Methods/squareThisNumber.m
6
2
5
views
1
function
y
=
squareThisNumber
(
x
)
2
y
=
x
^
2
;
3