2017-02-27 2 views

答えて

1

は、Aは、3次元の行列です。その声明では、その行列からある範囲の細胞を読み込んでいます。 Matlab a:bはaからbへ、コロン(:)はそれ自身では「すべて」を意味します。ここで

Lets say that xxx=5, yyy=10 and w=2. Then in your case you are reading: 
1st dimension (rows) : from 5 to 6 (6 = 5 + 2 - 1) 
2nd dimension (columns) : from 10 to 11 (11 = 10 + 2 - 1) 
3rd dimension (pages) : all of the pages. 
+0

あなたに有用である可能性があること、[チュートリアル](https://www.math.utah.edu/~eyre/computing/matlab-intro/matrices.html)です。また、非常に良いアイコンをクリックしてこの質問に回答してください – ganninu93

関連する問題