轮廓和线性规划的MATLAB我要分享

Contour and Linear programming Matlan

matlab 轮廓 线性规划

关注次数: 200

下载次数: 0

文件大小: 1.82 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:程序给出了关于线性规划图和等高线图概念的教程。使用的函数[x,fval,exitflag,output,lambda]=linprog(f,A,b,[],[],[],lb);


English Description:

Program gives tutorial on linear programming plot and the concept of contour plot. The functions used  [x,fval,exitflag,output,lambda] = linprog(f,A,b,[],[],lb); linspace meshgrid contour Another file also ellaborate the concept of max-min optimization


代码预览