Converting arrays in a cell to tables

2 次查看(过去 30 天)
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

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by