Cell to Table Conversion Problem
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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'});
参考
カテゴリ
Help Center および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!