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,

 Risposta accettata

Adam Danz
Adam Danz il 30 Set 2019
Modificato: Adam Danz il 1 Ott 2019
m = cell2mat(values1);

Più risposte (0)

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by