Problem 2862. Matlab Basics - Pick out parts of a vector

Consider x a vector of length >= 7 (there are at least 7 elements in the vector, write a script that extracts the 2nd element, as well as elements 5-7 and places them in a vector y in reverse order, for example:

x = [1 2 3 4 5 6 7] --> y = [5 6 7 2]

Solution Stats

55.8% Correct | 44.2% Incorrect
Last Solution submitted on Dec 10, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers247

Suggested Problems

More from this Author28

Problem Tags

Community Treasure Hunt

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

Start Hunting!