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
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!