Reverse Concatenation - MATLAB Cody - MATLAB Central

Problem 2305. Reverse Concatenation

Difficulty:Rate

Suggest methods to form a Matrix after deleting one of the input's elements. Input should be element's position and output should be the reduced matrix.

For example:

 X = [1 2 4 2 3 1 2 2 4 5]

after giving input as t=3 output should be the new matrix which contains all the elements of X (same order) but the third element.

Hence output will be

 [1 2 2 3 1 2 2 4 5]

Solution Stats

61.43% Correct | 38.57% Incorrect
Last Solution submitted on May 05, 2025

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8

Problem Recent Solvers78

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!