Azzera filtri
Azzera filtri

Converting arrays in a cell to tables

1 visualizzazione (ultimi 30 giorni)
BN
BN il 29 Mar 2020
Commentato: BN il 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

Risposta accettata

Ameer Hamza
Ameer Hamza il 29 Mar 2020
Are you looking for something like this?
newcell = cellfun(@array2table,mycell, 'UniformOutput', 0);

Più risposte (0)

Categorie

Scopri di più su Tables in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by