How to read a csv with 30000 rows of data which are both numbers and texts?
Mostra commenti meno recenti
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.
Risposte (1)
Walter Roberson
il 27 Nov 2015
0 voti
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 Commenti
Kelly Kyriakou
il 27 Nov 2015
Kelly Kyriakou
il 27 Nov 2015
Walter Roberson
il 27 Nov 2015
Ah. The problem is solved for your purposes then?
Kelly Kyriakou
il 28 Nov 2015
Categorie
Scopri di più su Text Files in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!