A = A(50:99,50:99) in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
what is the meaning of this code
1 件のコメント
per isakson
2018 年 2 月 13 日
Try
>> A = magic(6)
A =
35 1 6 26 19 24
3 32 7 21 23 25
31 9 2 22 27 20
8 28 33 17 10 15
30 5 34 12 14 16
4 36 29 13 18 11
>> A(2:4,2:4)
ans =
32 7 21
9 2 22
28 33 17
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!