回答編集履歴
2
URLを追加
test
CHANGED
@@ -4,4 +4,6 @@
|
|
4
4
|
|
5
5
|
[MATLAB初心者向け、とりあえず覚えるべき知識、使い方まとめ!](https://toarusw.com/matlab/matlab-basic/#toc22) の「線形インデックス付け」
|
6
6
|
|
7
|
+
[配列インデックス付け](https://jp.mathworks.com/help/matlab/math/array-indexing.html#MatrixIndexingExample-2) の「単一のインデックスによるインデックス付け」
|
8
|
+
|
7
9
|
[sub2ind](https://jp.mathworks.com/help/matlab/ref/sub2ind.html)
|
1
URLを追加
test
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
それは「線形インデックス」というものです
|
2
2
|
|
3
|
-
こ
|
3
|
+
このあたりを見てください
|
4
|
+
|
5
|
+
[MATLAB初心者向け、とりあえず覚えるべき知識、使い方まとめ!](https://toarusw.com/matlab/matlab-basic/#toc22) の「線形インデックス付け」
|
4
6
|
|
5
7
|
[sub2ind](https://jp.mathworks.com/help/matlab/ref/sub2ind.html)
|