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