function y = (x)squared
y = x; end
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers112
Suggested Problems
-
Number of 1s in a binary string
11028 Solvers
-
Arrange vector in ascending order
817 Solvers
-
797 Solvers
-
184 Solvers
-
Matlab Basics II - Determine if an array has a 3rd dimension
167 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.