Deleting Specific elemnts from Vector?

3 views (last 30 days)
Hiya,
I have a 15660x1 array 'tm' and as well as a 3x1 array 'm'= [i, j, k]. I would like to remove the 'ith', 'jth' and 'kth' elements from the 'tm' array, so any help would be greatly appreciated!
Thanks :)

Accepted Answer

Ameer Hamza
Ameer Hamza on 8 Mar 2021
If i, j, and k are positive integers, then
tm(m) = []

More Answers (0)

Tags

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!