Reading large csv files with strings containing commas as one field
问题 I have a large .csv file (~26000 rows). I want to be able to read it into matlab. Another problem is that it contains a collection of strings delimited by commas in one of the fields. I'm having trouble reading it. I tried stuff like tdfread, which won't work here. Any tricks with textscan i should be aware about? Is there any other way? 回答1: I'm not sure what is generating your CSV file but that is your problem. The point of a CSV file, is that the file itself designates separation of fields