Converting arrays in a cell to tables

1 visualización (últimos 30 días)
BN
BN el 29 de Mzo. de 2020
Comentada: BN el 29 de Mzo. de 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

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by