Subsections

データの読み込み

float binaryの読み込み

fid = fopen('filename.flt', 'rb');
data = fread(fid, 'float');
fclose(fid);



MARUI Atsushi
2023-12-05