Given a scalar or vector x, return the square of each element.
Example
x = [7 2] answer = [49 4]
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers522
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2812 Solvers
-
Change the sign of even index entries of the reversed vector
638 Solvers
-
504 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
864 Solvers
-
Rotate a matrix for 180 degree
215 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
There's a problem is test#2.
you should write x and y_correct as vectors / x=[2 3 4] --> y_correct=[4 9 16]
When you write your problem, there's a section to actually test your test suite. What not do that before publishing the problem?
Sorry for inconvenience... now i have learnt to create problems...