confusion in cat command
古いコメントを表示
I am reading matlab online documentation for fliplr command and there and i came across a command 'cat'
It is used for concatenation.
First argument of cat command specifes dimension along which concatenation. example if first argument is 1 ,matrices are concatenaated along coulmns and if first argumetn is 2, matrices will be concatenated along rows. But what if first argument is 3 as in this scenario
I am confused how it is acting as shown in current scenario in attached photo. What will be contents of A ? and what is the meaning of highligted lines?

採用された回答
その他の回答 (1 件)
madhan ravi
2019 年 4 月 14 日
0 投票
3 represents that the contents of A concatenated in 3rd dimension hence creating a 3D matrix.
2 件のコメント
And multi-dimensional arrays are NOT just limited to 3D arrays!
To learn more about multi-dimensional arrays read the MATLAB documentation:
madhan ravi
2019 年 4 月 14 日
Indeed, thank you Stephen.
カテゴリ
ヘルプ センター および File Exchange で Images についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
