Effacer les filtres
Effacer les filtres

Converting arrays in a cell to tables

1 vue (au cours des 30 derniers jours)
BN
BN le 29 Mar 2020
Commenté : BN le 29 Mar 2020
Hey all, I want to know how I can convert all cell arrays in mycell.mat to table?so at the end I would have a cell that have tables as arrays.
newcell = cellfun(@array2table,mycell); % not working
Thank you

Réponse acceptée

Ameer Hamza
Ameer Hamza le 29 Mar 2020
Are you looking for something like this?
newcell = cellfun(@array2table,mycell, 'UniformOutput', 0);
  1 commentaire
BN
BN le 29 Mar 2020
Yes Thank you so much.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by