about cat function in matlab

2 次查看(过去 30 天)
c(:,:,1) =
1 2 3
4 5 6
c(:,:,2) =
7 8 9
10 11 12
Can anyone tell me what does (: :) mean above?

采纳的回答

dpb
dpb 2015-8-13
doc colon % can (and will)...

更多回答(1 个)

Stephen23
Stephen23 2015-8-14
编辑:Stephen23 2015-8-17
The documentation is a really good place to find out how things work and what they do:
In your examples the two colons mean "all elements along the first dimension (all rows), all elements along the second dimension (all columns)", whereas the 1 and 2 refer to the third dimension (page). To learn how MATLAB indexing works you should do the introduction tutorials:

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by