登录
首页 » matlab » Matlab

Matlab

于 2020-10-15 发布 文件大小:34KB
0 173
下载积分: 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 个回复

  • MATLABanalysis-and-Application
    《MATLAB统计分析与应用》程序与数据有聚类分析、判别分析、主成分分析、因子分析、方差分析、数据拟合、Copula理论等(Statistical analysis and application of "MATLAB" program and data clustering analysis, discriminant analysis, principal component analysis, factor analysis, variance analysis, data fitting, such as Copula theory)
    2012-04-12 10:44:55下载
    积分:1
  • generate_parity_check_LDPC
    This matlab code can be used to generate a parity check matrix for the LDPC code and further encoded and decoded in a complete communication system.
    2013-11-23 13:19:29下载
    积分:1
  • MATLABinbme
    生物医学信号处理是以数字信号处理为基础的离散信号及 离散系统的研究,因此.其预算过程基本上都是卷积或者相关预 算。在MATLAB中可以很容易实现这种运算。(Biomedical signal processing is based on digital signal processing discrete signals and discrete systems research, therefore. The budget process is basically the convolution or related budget. In MATLAB, can easily achieve this operation.)
    2010-11-01 12:33:47下载
    积分:1
  • RLS
    自己写的经典Rls算法,含有丰富的程序说明(Write your own classic Rls algorithm, rich description of the procedures)
    2013-08-10 10:05:42下载
    积分:1
  • MATLAB7_Digital_signal_processing
    本文件介绍了MATLAB7在数字信号处理领域中的一些最常用的函数,是一本很好的手册!(This file MATLAB7 introduced in digital signal processing in the field of some of the most common function, is a very good manual!)
    2009-03-24 16:16:14下载
    积分:1
  • EMDs
    经验模态分解程序集,一类可以有效进行信号分段以及分析和处理的源代码。(Empirical mode decomposition procedure)
    2013-08-17 22:13:21下载
    积分:1
  • MATLABandSIMULINK
    MATLAB与SIMULINK简要介绍,可以使用的pdf文件(MATLAB and SIMULINK brief)
    2009-06-18 17:28:51下载
    积分:1
  • mathematica
    bhatii matmeataica 1st
    2013-01-27 03:41:13下载
    积分:1
  • pline
    用4种方法绘出螺旋曲线上升的动态效果 x=cos(t) y=sin(t) z=t(Plotted using four methods increased the dynamic effect of the spiral curve x = cos (t) y = sin (t) z = t)
    2012-11-15 22:17:35下载
    积分:1
  • MatLab-7--Creating-Graphical-User-Interfaces
    MatLab 7, Creating Graphical User Interfaces
    2014-02-26 01:59:46下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载