Feeds
提问
Using textscan to skip specific rows
Right now I'm interested in using textscan to read specific rows of a .csv file which looks something like this: type val...
8 years 前 | 2 个回答 | 0
2
个回答提问
Data extraction from .csv and .txt files
I have an EEG database with 101 subjects. I have written a script that will automatically point me to the correct raw data files...
8 years 前 | 1 个回答 | 0
1
个回答提问
Best function for opening up .csv files as a matrix?
I'm using matlab 2012 and the function: a = fopen('filename.csv'); b = textscan(a, '%s %s %s %s', 'delimiter', ',') B...
8 years 前 | 2 个回答 | 0
