Deleting Specific elemnts from Vector?

2 ビュー (過去 30 日間)
Joe Bennet
Joe Bennet 2021 年 3 月 8 日
回答済み: Ameer Hamza 2021 年 3 月 8 日
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 Center および File ExchangeMatrix Indexing についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by