can't understand this statement
1 回表示 (過去 30 日間)
古いコメントを表示
is this possible
b(1:2,3)
0 件のコメント
回答 (1 件)
Davide Masiello
2022 年 4 月 4 日
Yes, it extracts the terms on column 3 and rows 1 and 2 of b.
Example
b = magic(5)
b(1:2,3)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!