登录
首页 » matlab » mastering_matlab

mastering_matlab

于 2011-04-07 发布 文件大小:150KB
0 270
下载积分: 1 下载次数: 2

代码说明:

说明:  精通MATLAB最优化计算 配套光盘 本书的主要内容是应用MATLAB来解决最优化问题,通过将“最优化问题”、“MATLAB优化工具箱”和“MATLAB编程”这三方面有机结合进行讲述,即一方面是使用工具箱来快速解决最优化问题,另一方面是通过算法编程深入解决最优化问题。主要包括MATLAB优化工具箱、无约束多维极值问题、约束优化问题、非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化算法、遗传算法。 (The main contents of the book is the application of MATLAB to solve the optimization problem, by " optimization problem" , " MATLAB Optimization Toolbox" and " MATLAB Programming" combination of these three were about, that one is using the kit to quickly solve the optimization problem, on the other hand, through in-depth programming algorithm to solve the optimization problem. Including MATLAB optimization toolbox, unconstrained multi-dimensional extremum problems, constrained optimization, nonlinear least squares optimization problem, linear programming, integer programming, quadratic programming, particle swarm optimization, genetic algorithm.)

文件列表:

精通MATLAB最优化计算(源代码)
............................\光盘使用说明.doc,27136,2009-02-10
............................\程序索引.xls,28672,2009-02-10
............................\第10章 线性规划
............................\...............\CmpSimpleMthd.m,1836,2008-05-28
............................\...............\ModifSimpleMthd.m,2269,2008-06-01
............................\...............\SimpleMthd.m,1645,2008-05-28
............................\第11章 整数规划
............................\...............\DividePlane.m,4789,2008-06-29
............................\...............\IntProgFZ.m,2833,2008-07-06
............................\...............\ZeroOneprog.m,1141,2008-06-30
............................\第12章 二次规划
............................\...............\ActivdeSet.m,2311,2008-06-02
............................\...............\QuadLagR.m,226,2008-06-02
............................\...............\TrackRoute.m,1180,2008-06-02
............................\第13章 粒子群优化算法
............................\.....................\AsyLnCPSO.m,1085,2008-09-04
............................\.....................\BreedPSO.m,1829,2008-09-10
............................\.....................\CLSPSO.m,2413,2008-09-13
............................\.....................\fitness.m,68,2011-04-02
............................\.....................\LinWPSO.m,1028,2008-09-02
............................\.....................\LnCPSO.m,1017,2008-09-04
............................\.....................\PSO.m,1010,2009-08-31
............................\.....................\RandWPSO.m,1116,2008-09-03
............................\.....................\SAPSO.m,1212,2011-04-02
............................\.....................\SecPSO.m,1073,2008-09-03
............................\.....................\SecVibratPSO.m,1438,2008-09-03
............................\.....................\SelPSO.m,1173,2008-09-10
............................\.....................\SimuAPSO.m,1584,2008-09-04
............................\.....................\YSPSO.m,1175,2008-09-02
............................\第14章 遗传优化算法
............................\....................\AdapGA.m,2579,2008-09-10
............................\....................\DblGEGA.m,2380,2008-09-10
............................\....................\GMGA.m,2889,2008-09-13
............................\....................\MMAdapGA.m,3344,2008-09-05
............................\....................\myGA.m,2426,2008-09-13
............................\....................\NormFitGA.m,2070,2008-09-13
............................\....................\SBOGA.m,2571,2008-09-13
............................\第6章 无约束一维极值问题
............................\........................\minFBNQ.m,1045,2007-10-06
............................\........................\minGS.m,1105,2007-10-07
............................\........................\minGX.m,391,2007-10-06
............................\........................\minHJ.m,614,2007-10-11
............................\........................\minJT.m,621,2007-10-11
............................\........................\minNewton.m,451,2008-08-14
............................\........................\minPWX.m,783,2007-10-06
............................\........................\minTri.m,651,2007-10-06
............................\........................\minWP.m,1104,2007-10-07
............................\第7章 无约束多维极值问题
............................\........................\minBFGS.m,1091,2007-10-07
............................\........................\minDFP.m,1064,2007-10-07
............................\........................\minFD.m,406,2007-10-07
............................\........................\minGETD.m,821,2007-10-07
............................\........................\minMNT.m,519,2007-10-07
............................\........................\minNT.m,425,2008-06-23
............................\........................\minPowell.m,1209,2007-10-11
............................\........................\minPS.m,937,2007-10-07
............................\........................\minRb.m,1444,2007-10-07
............................\........................\minSimpSearch.m,1819,2007-10-08
............................\........................\minTruA.m,875,2008-04-30
............................\第8章 约束优化问题
............................\..................\minconPS.m,1970,2008-06-11
............................\..................\minFactor.m,674,2007-10-12
............................\..................\minGeneralPF.m,476,2008-06-23
............................\..................\minJSMixFun.m,983,2008-06-04
............................\..................\minMixFun.m,828,2008-06-04
............................\..................\minPF.m,499,2007-10-12
............................\..................\minRosen.m,2263,2007-10-10
............................\第9章 非线性最小二乘优化问题
............................\............................\minGN.m,523,2007-10-12
............................\............................\minLM.m,940,2007-10-12
............................\............................\minMGN.m,780,2007-10-12
............................\读者交流区.doc,138240,2009-02-11

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

发表评论

0 个回复

  • 《MATLAB 神经网络43个案例分析》&数据
    说明:  matlab43个神经网络学习的案例,有详细的说明和源码(Matlab 43 cases of neural network learning, with detailed description and source code)
    2019-01-18 20:00:19下载
    积分:1
  • informationgain
    信息增益算法,该算法计算每个特征对数据集的信息增益。(Information gain algorithm, which calculates the information gain of each feature to the data set.)
    2021-04-11 11:38:58下载
    积分:1
  • miusiepen
    添加噪声处理,利用最小二乘法进行拟合多元非线性方程,研究生时的现代信号处理的作业。( Add noise processing, Multivariate least squares fitting method of nonlinear equations, Modern signal processing jobs when the graduate.)
    2017-05-23 00:02:33下载
    积分:1
  • MATLAB3
    包括如下源码:2.3-元胞数组的使用方法、2.4-结构数组的使用方法、2.5-矩阵的使用方法、2.6-字符串的操作方法、2.7-判断函数的使用方法(Including the following source code: the use of the 2.3- cell array, the use of the 2.4- structure array, the use of the 2.5- matrix, the operation method of the 2.6- string, and the use of the 2.7- judgment function)
    2018-05-07 09:04:44下载
    积分:1
  • workzone
    说明:  These exercises and projects were originally the even-numbered exercises in the first edition. (The first edition did not distinguish between exercises and programming projects.) For the benefit of readers who have the first edition, the original exercise number is given in square brackets. For example, the notation [was #4] indicates that the number of the exercise (or programming project) was 4 in the first edition. If an answer is different because of second-edition changes, the word "modified" will appear inside the brackets: [was #4; modified].These exercises and projects were originally the even-numbered exercises in the first edition. (The first edition did not distinguish between exercises and programming projects.) For the benefit of readers(These exercises and projects were originally the even-numbered exercises in the first edition. (The first edition did not distinguish between exercises and programming projects.) For the benefit of readers who have the first edition, the original exercise number is given in square brackets. For example, the notation [was #4] indicates that the number of the exercise (or programming project) was 4 in the first edition. If an answer is different because of second-edition changes, the word "modified" will appear inside the brackets: [was #4; modified].)
    2019-01-01 16:19:42下载
    积分:1
  • matlab for 有限元法
    说明:  有关应用matlab编写的有限元函数,其中包含了一些最基本的有限元的基本函数,对于应用有限元法模拟电磁场欧很大的帮助(Matlab prepared for the application of the finite element function, which contains the most basic finite element basic function, using the finite element method simulation of electromagnetic fields in Europe a great help! !)
    2005-10-16 11:18:37下载
    积分:1
  • ProRaman2F
    关于拉曼光谱基线去除的程序,大家可以试试,文章发在了Analyst上,RSC.具体的信息可以从代码里面找到.(This is a programme about Roman spectroscopy, it can be ured for basline eleminated. If you are interesting about it, download it!)
    2009-11-15 11:16:21下载
    积分:1
  • Fractional Differential Equations
    说明:  有关分数阶微分方程的一本入门书籍,并附有数值例子。(This book is about problems arising in the area of fractional calculus Numerical Solution of Fractional Differential Equations)
    2020-03-15 21:55:26下载
    积分:1
  • lofa图
    说明:  提取目标线谱特征的时频处理方法 lofar方法(A time-frequency processing method, lofar method, for extracting the characteristics of the target line spectrum)
    2020-12-25 09:39:06下载
    积分:1
  • [Python编程(第4版)].
    说明:  python基础教程,含有基本的代码源。欢迎大家下载。(Python basic tutorial, including basic code source. Welcome to download)
    2020-06-26 18:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载