-
Optimization
matlab遗传算法的一个例子,希望对大家能有所帮助,结构力学方面的。(An example of GA algorithm using matlab.)
- 2010-11-19 15:05:58下载
- 积分:1
-
精通matlab最优化计算光盘(第二版)
本书附带光盘中包括了作者全书所有自己编写的算法对应的MATLAB的M文件。所有代码按照章节存放在各个文件夹下,如“第6章 无约束一维极值问题”文件夹下存放了本书第6章所有的算法程序代码。对于算法的程序代码,在光盘中存为同函数名的M文件,例如,minHJ.m表示用黄金分割法求解一维函数的极值的程序,依此类推。(The book contains CD-ROM, including all the M files of the MATLAB written by the author. All the code is stored in chapters under various folders, such as "Chapter 6 unconstrained one-dimensional extreme value problems" folder, all the algorithm code in Chapter 6 of this book. For the program code of the algorithm, the M file with the same function name is stored on the CD. For example, minHJ. M represents the program that uses golden section method to solve the extremum of one-dimensional function, and so on.)
- 2018-10-07 16:39:15下载
- 积分:1
-
ADRC_NLSEF1
用simulink搭建的自抗扰控制器非线性反馈模型(The ADRC controller simulink structures nonlinear feedback model)
- 2013-01-22 19:23:29下载
- 积分:1
-
RAMZNEGARI
ABOUT MY FINAL DEGREE OF FEAL DATA
- 2010-07-16 16:23:26下载
- 积分:1
-
PSOwithfunction
PSO : Particle swarm Optimization with Sphere function
- 2010-01-15 14:45:35下载
- 积分:1
-
matlab_math_handbook
matlab数学建模算法的书籍,可以当做简易手册使用,具体的算法实现还是得翻阅具体文献(as a handbook of algorithm with matlab)
- 2011-11-26 11:20:03下载
- 积分:1
-
RK3-matlab
用三阶龙格-库塔方法求解常微分方程初值问题的数值解的MATLAB主程序及例子。(MATLAB main program of Kutta method for solving initial value problems of ordinary differential equations numerical solution- using third-order Runge and examples.)
- 2015-02-25 22:41:18下载
- 积分:1
-
windows
different windows for short time analysis
- 2010-11-17 15:11:55下载
- 积分:1
-
mulDNewton-mulFastDown
mulDNewton mulFastDown 解非线性方程组的方法 希望能帮到大家(mulDNewton mulFastDown method of solving the nonlinear equations we hope to help)
- 2011-01-20 15:08:42下载
- 积分:1
-
Version_1p1_Final
Reads TDMS files into Matlab. See TDMS_exampleFunctionCalls.m to get started.
Advantages:
- supports reading v2 files
- doesn t require the NI DLL, thus it doesn t require 32bit windows
- supports interleaved data
- allows only reading names & properties to get a quick feel for what is in the file
- Since streaming files can get large (many GB), allows only retrieving subsets of data via keep or ignore flags
Doesn t yet support:
- big endian files
Doesn t support:
- files with DAQmx data
- files with unsupported Matlab data types (extended float, etc)
I haven t written very many wrappers to change the output data into more traditional formats. I d appreciate any submissions of wrappers that people make (like my TDMS_dataToGroupChanStruct_v1 & v2). Thanks!
If the function doesn t work for you please let me know.
- 2011-02-04 01:25:33下载
- 积分:1