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

1 visualización (últimos 30 días)
Nora Derguti
Nora Derguti el 13 de Oct. de 2015
Respondida: Star Strider el 13 de Oct. de 2015
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));

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by