Readtable ignoring first X rows
古いコメントを表示
I am attempting to use readtable to import the attached file. There are 356 rows in the csv document but the first 55 are ignored, and readtable produces a table of 301x7. This is repeated on a number of similarly formatted csv files, with varying amounts of rows ignored.
I have been unable to identify why these rows have been ignored.
q_sectors = readtable('qualy_sectors.csv');
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!