function y = (x)squared
y = x; end
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers110
Suggested Problems
-
Determine whether a vector is monotonically increasing
22846 Solvers
-
Sum all integers from 1 to 2^n
17391 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3665 Solvers
-
1252 Solvers
-
11286 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.