function y = (x)squared
y = x; end
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers112
Suggested Problems
-
Given a window, how many subsets of a vector sum positive
871 Solvers
-
Set the array elements whose value is 13 to 0
1438 Solvers
-
find the roots of a quadratic equation
240 Solvers
-
273 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
261 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.