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

1 vue (au cours des 30 derniers jours)
Nora Derguti
Nora Derguti le 13 Oct 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));

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by