What do three inputs mean in a Matrix x(m,n,1)

1 次查看(过去 30 天)
What does this mean in Matlab:
[x(m,n,1); x(m,n,2); x(m,n,3)] where m=1:max(size(columns)), and n =1:max(size(rows));

采纳的回答

Star Strider
Star Strider 2015-10-13
It creates a (3*m x n) vertically concatenated matrix of the three ‘pages’ of the 3D matrix ‘x’.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by