中国大学生数学建模竞赛历年试题MATLAB程序

源代码在线查看: jm99a1simu.m

软件大小: 358 K
上传用户: smellteen
关键词: MATLAB 大学生 数学建模 竞赛
下载地址: 免注册下载 普通下载 VIP

相关代码

				%99年中国大学生数学建模竞赛a题:自动化车床管理模型一
				%参见《数学的实践与认识》2000.1.p36-40
				%随机模拟
				clear;
				data=normrnd(600*0.95,196.6292*0.95,1,10000);
				out=find((data>1200)|(data				data(out)=[];
				leng=length(data);
				minfee=inf;
				for n=1:20
				   for m=310:10:390
				      f=jm99asmfun(data,n,m);
				      if f				         minfee=f;
				         n0=n;m0=m;
				      end
				   end
				end
				n0,m0,minfee
				
				      			

相关资源