function y = (x)squared
y = x; end
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers112
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15782 Solvers
-
473 Solvers
-
321 Solvers
-
200 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
358 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.