Deleting Specific elemnts from Vector?

2 次查看(过去 30 天)
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 :)

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by