05-07-2014 02:33 AM
fid=fopen('elcentro.txt','r');[a,b]=fscanf(fid,'%g');fclose(fid);
使用该语句无法打开‘elcentro.txt'文件,原因是否是应该将该文件放在某一个特定的路径?还是有其他解决方法?