How to combine row matrices to form table?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I have 1500 row matrices each contain 3 columns (1x3 matrix). How could I combine each 1x3 matrix into one table of 1500x3?
Thanks in advance for help.
0 件のコメント
回答 (1 件)
madhan ravi
2020 年 6 月 2 日
table(matrix) % where matrix is of size 15e2 X 3
2 件のコメント
Image Analyst
2020 年 6 月 2 日
You've got to be kidding me! You have 1500 separate vectors, with different names?
It's best to avoid that situation right from the start or else you'll be having to do something really kludgy to get them into a 1500x3 matrix.
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!