Problem 2976. My Problem, Find the square of the horizontal concatenation of the third and fifth elements of a vector.

given the 1x5 vector x, y must be the square of the horizontal concatenation of the third and fifth elements. So, if x = [1 1 1 1 1], y must be [1 1].

Solution Stats

81.51% Correct | 18.49% Incorrect
Last Solution submitted on Apr 15, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers88

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!