Problem 2971. square a vector-Given the variable x as your input, square it and put the result in y.

function y = (x)squared

 y = x;
end

Solution Stats

47.88% Correct | 52.12% Incorrect
Last Solution submitted on Nov 20, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers108

Suggested Problems

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!