How to reshape cell of characters to a different cell size of characters?
1 回表示 (過去 30 日間)
古いコメントを表示
I have this cell, which is a 32400X8, I want to reshape it to 259200X1, put all columns underneath eachother in the first row, keeping the output a cell.
I have used, Category = cat(1,cc{:}); but the output is character. I want it to be cell, as it is. thanks in advance.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/208808/image.jpeg)
2 件のコメント
madhan ravi
2019 年 3 月 17 日
編集済み: madhan ravi
2019 年 3 月 17 日
num2cell(cat(1,cc{:}),2) % perhaps?
[comment moved to answer section]
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Object Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!