choose elements from a array with condition

1 回表示 (過去 30 日間)
NIKHIL VALSAN KULANGARETH
NIKHIL VALSAN KULANGARETH 2018 年 3 月 19 日
回答済み: David Fletcher 2018 年 3 月 19 日
I have a row matrix of dimension1x1000 . I need another row matrix consisting of every 10th element of the above matrix so that the dimension now is 1x100. What to be done in this context?

回答 (1 件)

David Fletcher
David Fletcher 2018 年 3 月 19 日
extract=rowMatrix(10:10:1000)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by