How to merge a cell 2x60 into 1x60?

1 vue (au cours des 30 derniers jours)
JAI PRAKASH
JAI PRAKASH le 10 Août 2018
Commenté : JAI PRAKASH le 10 Août 2018

Réponse acceptée

Guillaume
Guillaume le 10 Août 2018
One possible way:
newcellarray = cellfun(@(column) cell2mat(column), num2cell(yourcellarray, 1), 'UniformOutput', false);

Plus de réponses (0)

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Tags

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by