matlab的无约束优化程序包

源代码在线查看: wliti42.m

软件大小: 360 K
上传用户: tiebob
关键词: matlab 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				    [x,y]=meshgrid(-2:0.1:2,-1:0.1:3);
				     z=100*(y-x.^2).^2+(1-x).^2;
				     contour(x,y,z,20)
				     hold on
				     plot(-1.2,2,' o ');
				     text(-1.2,2,'start point')
				     plot(1,1,'o')
				     text(1,1,'solution')
							

相关资源