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

1 回表示 (過去 30 日間)
Nora Derguti
Nora Derguti 2015 年 10 月 13 日
回答済み: Star Strider 2015 年 10 月 13 日
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 Center および File ExchangeMultidimensional Arrays についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by