can't understand this statement

回答 (1 件)

Davide Masiello
Davide Masiello 2022 年 4 月 4 日

0 投票

Yes, it extracts the terms on column 3 and rows 1 and 2 of b.
Example
b = magic(5)
b = 5×5
17 24 1 8 15 23 5 7 14 16 4 6 13 20 22 10 12 19 21 3 11 18 25 2 9
b(1:2,3)
ans = 2×1
1 7

カテゴリ

ヘルプ センター および File ExchangeMatrix Indexing についてさらに検索

質問済み:

2022 年 4 月 4 日

回答済み:

2022 年 4 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by