代码
N=xlsread(‘c:\user\desktop\123.xlsx’);
fid=fopen(‘file1.dat’,‘w+t’);
count=fwrite(fid,N,’double’);
status=fseek(fid,-100,’eof’);
D=fread(fid)