フィルターのクリア

Converting arrays in a cell to tables

1 回表示 (過去 30 日間)
BN
BN 2020 年 3 月 29 日
コメント済み: BN 2020 年 3 月 29 日
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);
  1 件のコメント
BN
BN 2020 年 3 月 29 日
Yes Thank you so much.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTables についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by