clc;
clear all;
fid=fopen('sy.txt','r+');
if(fid==-1)
  display('File not exist!');
   return;
end
while(~feof(fid))
g=fgets(fid);
a=str2num(g);
     if a>2000&&a<4000
         e=fopen('new3.txt','a+');
         fprintf(e,'%5.7g\r\n',a);
         fclose(e);
     end
end
fclose(fid);

 
					
				
 
			
			
			
						
			 
					
				 
					
				 
					
				 
					
				
 
					
				
 我要赚赏金
 我要赚赏金 STM32
STM32 MCU
MCU 通讯及无线技术
通讯及无线技术 物联网技术
物联网技术 电子DIY
电子DIY 板卡试用
板卡试用 基础知识
基础知识 软件与操作系统
软件与操作系统 我爱生活
我爱生活 小e食堂
小e食堂

