Cell to Table Conversion Problem

조회 수: 1 (최근 30일)
Fahad Parvez Mahdi
Fahad Parvez Mahdi 2018년 12월 10일
댓글: Fahad Parvez Mahdi 2018년 12월 10일
I wanted to convert a matlab cell array to matlab table in order to run my program accordingly. But, when I code and run it, certain columns (3 out of 32) are coming splitting. Please check the attached image.
  댓글 수: 2
madhan ravi
madhan ravi 2018년 12월 10일
please upload your data as .mat file and your code to run
Fahad Parvez Mahdi
Fahad Parvez Mahdi 2018년 12월 10일
편집: Fahad Parvez Mahdi 2018년 12월 10일
Please find the code below and .mat file attached with this comment.
The code:
data1 = cell2table(main,'VariableNames',{'imageFilename' 'T1' 'T10' 'T11' 'T12' 'T13' 'T14' 'T15' 'T16' 'T17' 'T18' 'T19' 'T2' 'T20' 'T21' 'T22' 'T23' 'T24' 'T25' 'T26' 'T27' 'T28' 'T29' 'T3' 'T30' 'T31' 'T32' 'T4' 'T5' 'T6' 'T7' 'T8' 'T9'});

댓글을 달려면 로그인하십시오.

답변 (1개)

madhan ravi
madhan ravi 2018년 12월 10일
load conversioncell2table
data1 = cell2table(main,'VariableNames',{'imageFilename' 'T1' 'T10' 'T11' 'T12' 'T13' 'T14' 'T15' 'T16' 'T17' 'T18' 'T19' 'T2' 'T20' 'T21' 'T22' 'T23' 'T24' 'T25' 'T26' 'T27' 'T28' 'T29' 'T3' 'T30' 'T31' 'T32' 'T4' 'T5' 'T6' 'T7' 'T8' 'T9'});
  댓글 수: 1
Fahad Parvez Mahdi
Fahad Parvez Mahdi 2018년 12월 10일
I have tried. Still, the cloumn 20, 30 and 32 are coming in splitting cells.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by