From cell array to matrix

Hello: I have a numeric cell array and would like to conver this to a matrix. Please let me know how to do this.
Cheers,

 Accepted Answer

Adam Danz
Adam Danz on 30 Sep 2019
Edited: Adam Danz on 1 Oct 2019
m = cell2mat(values1);

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!