필터 지우기
필터 지우기

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);

추가 답변 (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