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
  3 个评论

请先登录,再进行评论。

采纳的回答

Fangjun Jiang
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 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by