How to convert (2x3)[each element in 2x3 contains 1x19 double]cell array ?
1 次查看(过去 30 天)
显示 更早的评论
2x3 cell Capture.jpg I want to convert to something like shown in 2nd jpg
采纳的回答
Fangjun Jiang
2018-10-12
my guess, A is the original data, B is the desired result
A=repmat({1:5},2,3);
B=cell2mat(reshape(transpose(A),[],1))
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrices and Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!