function y = (x)squared
y = x; end
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers112
Suggested Problems
-
Find the sum of all the numbers of the input vector
54190 Solvers
-
Getting the absolute index from a matrix
257 Solvers
-
Calculate the derivative of a polynomial
240 Solvers
-
292 Solvers
-
Solving Quadratic Equations (Version 1)
505 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.