How to merge a cell 2x60 into 1x60?
2 ビュー (過去 30 日間)
古いコメントを表示
0 件のコメント
採用された回答
Guillaume
2018 年 8 月 10 日
One possible way:
newcellarray = cellfun(@(column) cell2mat(column), num2cell(yourcellarray, 1), 'UniformOutput', false);
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Signal Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!