function y = (x)squared
y = x; end
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers112
Suggested Problems
-
4002 Solvers
-
Set the array elements whose value is 13 to 0
1444 Solvers
-
Returning a "greater than" vector
276 Solvers
-
Find the area of a rectangle if length of the diagonal is given.
169 Solvers
-
Decide whether determinant is zero.
111 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I suggest looking at more Cody examples to understand the structure of the problem statement, function definition, and test suite.