Problem 2879. Square the input

Given a scalar or vector x, return the square of each element.

Example

 x = [7 2]
 answer = [49 4]

Solution Stats

69.47% Correct | 30.53% Incorrect
Last Solution submitted on Mar 10, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers436

Suggested Problems

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!