文件关闭功能:fclose的调用格式为:fclose(fid),用于关闭打开的文件。例如,fid=fopen('calculate.m','r'); fclose(fid);