Try out this test problem first.
Given the variable x as your input, square it by two and put the result in y.
Examples:
Input x = 2 Output y is 4
Input x = 10 Output y is 100
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers843
Suggested Problems
-
3810 Solvers
-
13227 Solvers
-
384 Solvers
-
549 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 liked this problem.