Problem 1986. Another colon problem

This is simple problem based on problems 555, 801, 1118, etc.

Create an index vector from two input vectors.

Example:

input: [1 8 12] [4 5 9]
output: [1 2 3 4 8 7 6 5 12 11 10 9]

Solution Stats

48.18% Correct | 51.82% Incorrect
Last Solution submitted on Mar 17, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers143

Suggested Problems

More from this Author40

Problem Tags

Community Treasure Hunt

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

Start Hunting!