Expanding a cell array in table into multiple rows
15 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have a table like this
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1636106/image.jpeg)
I would like to have something like this but for Column A and B, I would like to split into 1500 x 1 double for 123 rows and for B, the same 1500x1 double should be printed into 123 rows. It's something like below but I don't know how to work for column A and B. Column A is basically becoming a column vector (1500 x 1 double) from a matrix (1500x123).
Could anyone help? thank you.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1636111/image.jpeg)
1 件のコメント
Dyuman Joshi
2024 年 3 月 6 日
Please save the table as a .mat file and share it here. Use the paperclip button to upload.
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!