Feeds
답변 있음
How to convert large text file into individual cells into 1x408 array
filename = '2020_06_01_08_27_17exp2.txt'; fileID = fopen(filename, 'r'); formatSpec = '%x'; A = fscanf(fileID, formatSpec);...
How to convert large text file into individual cells into 1x408 array
filename = '2020_06_01_08_27_17exp2.txt'; fileID = fopen(filename, 'r'); formatSpec = '%x'; A = fscanf(fileID, formatSpec);...
거의 5년 전 | 0
질문
How to convert large text file into individual cells into 1x408 array
I need to convert a large text file that I can make look like this: 00 11 22 33 ... 408 or like this: 00 11 22 33 ... 408...
거의 5년 전 | 답변 수: 1 | 0