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

1 Ansicht (letzte 30 Tage)
Nora Derguti
Nora Derguti am 13 Okt. 2015
Beantwortet: Star Strider am 13 Okt. 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));

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by