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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0
