function y = (x)squared
y = x; end
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers112
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53292 Solvers
-
Make a random, non-repeating vector.
11583 Solvers
-
Replace multiples of 5 with NaN
470 Solvers
-
378 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.