select certain matrix elements
2 ビュー (過去 30 日間)
古いコメントを表示
hello,everyone
i just want to ask how to select eg the 1-10 and 20-30 rows elements in the first column.
like A(1:10 and 20:30,1)
0 件のコメント
採用された回答
Fabio Freschi
2019 年 10 月 15 日
編集済み: Fabio Freschi
2019 年 10 月 15 日
You can simply concatenate your ranges using square brackets:
A([1:10 20:30],1)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!