Info
This question is closed. Reopen it to edit or answer.
cell of cell to cell
1 view (last 30 days)
Show older comments
I got this ugly data thanks to textscan
I want to convert so it look like this. From 1 x 7 cell array where each cell has 25992 elements to 25992 x 7 cell aray
I tried z = horzcat(cell{1,:}) but it says dimensions are inconsistent ?!?!?!?!
1 Comment
Stephen23
on 5 Dec 2016
Duplicate:
https://www.mathworks.com/matlabcentral/answers/315411-how-to-convert-cell-of-cell-to-array-of-string
Answers (1)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!