登录
首页 » matlab » Matlab

Matlab

于 2020-10-15 发布 文件大小:34KB
0 167
下载积分: 1 下载次数: 182

代码说明:

  matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等(matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method, the multiplier method procedures, quadratic programming, nonlinear least squares method, the conjugate gradient method, quasi-Newton method, the linesearch technology, trust region methods, the steepest descent method and Newton method)

文件列表:

Matlab程序
..........\dfun1.m,65,2009-09-25
..........\dgfun1.m,66,2009-09-25
..........\dhfun.m,53,2009-09-25
..........\dpfun.m,823,2009-09-25
..........\ff.m,70,2009-09-03
..........\fun.m,52,2009-08-29
..........\fun1.m,66,2009-09-25
..........\gfun.m,81,2009-08-29
..........\gfun1.m,52,2009-09-25
..........\gg.m,128,2009-09-03
..........\gradd.m,722,2009-09-03
..........\Hess.m,149,2009-09-04
..........\hfun.m,96,2009-09-25
..........\phi.m,32,2009-08-28
..........\SQP方法
..........\.......\lagsqp.asv,4153,2009-11-16
..........\.......\lagsqp.m,4171,2009-11-16
..........\.......\newtlagr.asv,3659,2009-11-14
..........\.......\newtlagr.m,3691,2009-11-16
..........\.......\qpsubp.asv,4608,2009-12-31
..........\.......\qpsubp.m,4608,2009-12-31
..........\.......\sqpm.asv,4271,2009-11-24
..........\.......\sqpm.m,4273,2009-12-31
..........\乘子法程序
..........\..........\bfgs.m,1083,2009-10-15
..........\..........\df1.m,57,2009-10-15
..........\..........\dg1.m,53,2009-10-15
..........\..........\dh1.m,42,2009-10-15
..........\..........\dmpsi.m,311,2009-10-15
..........\..........\f1.m,46,2009-10-15
..........\..........\g1.m,44,2009-10-15
..........\..........\h1.m,40,2009-10-15
..........\..........\mpsi.m,367,2011-05-18
..........\..........\multphr.m,1669,2009-10-15
..........\二次规划
..........\........\callqpact.m,177,2009-11-09
..........\........\qlag.asv,296,2009-11-07
..........\........\qlag.m,407,2009-11-07
..........\........\qpact.asv,2199,2009-11-09
..........\........\qpact.m,2243,2009-11-22
..........\信赖域方法
..........\..........\fun.m,52,2009-08-29
..........\..........\gfun.m,81,2009-08-29
..........\..........\Hess.m,149,2009-09-04
..........\..........\trustm.m,1465,2009-09-05
..........\..........\trustq.m,1933,2009-11-26
..........\共轭梯度法
..........\..........\frcg.m,914,2009-09-21
..........\..........\fun.m,52,2009-08-29
..........\..........\gfun.m,81,2009-08-29
..........\拟牛顿法
..........\........\bfgs.m,1083,2009-10-15
..........\........\broyden.m,1036,2009-09-07
..........\........\dfp.m,862,2009-09-07
..........\........\fun.m,52,2009-08-29
..........\........\gfun.m,81,2009-08-29
..........\........\sr1.m,785,2009-09-06
..........\最速下降法与牛顿法
..........\..................\dampnm.m,1158,2009-09-05
..........\..................\fun.m,52,2009-08-29
..........\..................\gfun.m,81,2009-08-29
..........\..................\grad.m,617,2009-09-05
..........\..................\Hess.m,149,2009-09-04
..........\..................\revisenm.m,1213,2009-09-05
..........\线搜索技术
..........\..........\armijo.m,256,2009-08-29
..........\..........\golds.m,955,2009-12-31
..........\..........\qmin.m,2240,2009-12-31
..........\非线性最小二乘问题
..........\..................\Fk.m,120,2010-03-27
..........\..................\JFk.m,109,2010-03-27
..........\..................\lmm.m,1164,2009-09-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Lecture_1
    说明:  MATLAB第一节,介绍MATLAB的起源,以及最初级的东西。(MATLAB first section describes the origin of MATLAB, and the most elementary things.)
    2010-04-28 11:56:12下载
    积分:1
  • circ_dw
    相控阵天线阵列的密度加权matlab程序代码。 运行gui.m文件 lmax.m和lmin.mLinear_func.m最后几行被调用,放在和Linear_func.m路径相同的文件夹下即可 运行后command window里第一条分割线上面是第一幅图的几个值,第二条分割线上面是第二幅图的几个值。其中,peak_first是数值最大的峰值,peak_second是数值第二大的峰值(第一旁瓣),theta_var是与 peak_first最近的左右两个谷值横坐标的距离。 因为是找半峰值点的,因为都是小数,在数组里没有正好等于主瓣幅值一半的点,只有接近一半的点,所以要设定一个范围比如大0.05或小0.05都认为是半峰值,但是有的数组里0.05的范围还是太小,所以可能报错。(Phased array antenna array the density weighted matlab program code. The last few lines of the run gui.m the file lmax.m lmin.mLinear_func.m call, same placed Linear_func.m path folder above the dividing line of the command window to run the first picture the several values ​ ​ above the dividing line several values ​ ​ of the second image. Wherein, peak_first numerical maximum peak the peak_second is the the numerical second largest peak (first sidelobe), the theta_var is the abscissa and peak_first recent about two valley distance. To find half the peak point are decimal, the array does not just equal to main lobe amplitude half points, only nearly half points, so you want to set a range, such as 0.05 or 0.05 are considered semi-peak some array, but the range of 0.05 or too small, it may be an error.)
    2013-02-26 19:21:18下载
    积分:1
  • Mac_Hosts
    This file contain drivers for application running in apple macs
    2014-09-25 17:57:05下载
    积分:1
  • HW-4-Convolutional-Codes
    bcjr convolutinal code
    2013-03-02 02:31:50下载
    积分:1
  • matlab
    (1) 读取n副连续有重叠部分的图像,在n副图像中检测SIFT特征,并用SIFT 特征描述子对其进行描述。 (2) 匹配相邻图像的特征点,并根据特征点向量消除误匹配。 (3) 使用RANSAC方法,确定变换参数。 (4) 图像融合 ((1) Read n successive overlapping sub-part of the image, the image of the n sub-SIFT features detected and characterized using SIFT descriptors be described. (2) adjacent to the image feature point matching, and according to the feature vector to eliminate false matching points. (3) using RANSAC approach to determine the transformation parameters. (4) image fusion)
    2013-09-15 22:40:17下载
    积分:1
  • zhenlietianxian
    阵列天线综合方法研究(Array antenna integrated approach to research)
    2008-03-17 19:10:00下载
    积分:1
  • MyPaper
    its a paper about compression
    2010-06-03 04:10:48下载
    积分:1
  • three
    说明:  用matlab中的GUI工具箱完成一个系统算法的欢迎界面。(Matlab GUI toolkit used in the algorithm to complete a system welcome screen.)
    2011-04-01 09:34:22下载
    积分:1
  • steepdes
    In mathematics, the method of steepest descent or stationary phase method or saddle-point method is an extension of Laplace s method for approximating an integral, where one deforms a contour integral in the complex plane to pass near a stationary point (saddle point), in roughly the direction of steepest descent or stationary phase.
    2011-08-03 22:52:13下载
    积分:1
  • SD_alogorithm
    SD算法,球形译码算法,程序完整,可读性强,希望对需要的人有所帮助(SD algorithm, the sphere decoding algorithm, program integrity, readability, and hope to those who need help)
    2015-01-15 10:11:28下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载