フィルターのクリア

How to read a csv with 30000 rows of data which are both numbers and texts?

4 ビュー (過去 30 日間)
Kelly Kyriakou
Kelly Kyriakou 2015 年 11 月 27 日
コメント済み: Kelly Kyriakou 2015 年 11 月 28 日
How I can read a csv which contains about 30.000 rows of data that are both text and numbers? I have tried with xlsread and readtable commands but it stores the first 12650 rows.

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 11 月 27 日
You will probably need to use textscan()
Does the file have the same number of fields on each line?
Is it possible that the file changes formats after 12650 lines?
  4 件のコメント
Walter Roberson
Walter Roberson 2015 年 11 月 27 日
Ah. The problem is solved for your purposes then?
Kelly Kyriakou
Kelly Kyriakou 2015 年 11 月 28 日
Yes I suppose, but I can't understand the reason...

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

カテゴリ

Help Center および File ExchangeLarge Files and Big Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by