How to merge a cell 2x60 into 1x60?

1 view (last 30 days)

Accepted Answer

Guillaume
Guillaume on 10 Aug 2018
One possible way:
newcellarray = cellfun(@(column) cell2mat(column), num2cell(yourcellarray, 1), 'UniformOutput', false);

More Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Tags

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!