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 longest sequence of 1's in a binary sequence.
6734 Solvers
-
Back to basics 23 - Triangular matrix
1128 Solvers
-
Generate N equally spaced intervals between -L and L
947 Solvers
-
Matlab Basics II - Create a vector with a repeated entry
253 Solvers
-
196 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.