-
Opt_Steepest
说明: 用最速下降法求最优化解
输入:f为函数名 grad为梯度函数
x0为解的初值 TolX,TolFun分别为变量和函数的误差阈值
dist0为初始步长 MaxIter为最大迭代次数
输出: xo为取最小值的点 fo为最小的函数值
f0 = f(x(0))( Steepest Descent Method with Optimum Solution input: f as a function name grad is gradient function x0 for the solution of the initial TolX, TolFun variables and functions were error threshold dist0 as the initial step MaxIter maximum Diego passage number Output: xo to take the minimum point of fo is the smallest function value f0 = f (x (0)))
- 2011-02-23 13:32:17下载
- 积分:1
-
associate
说明: 建立关联程序的例子。本程序演示把 .bar 文件与 NotePad 建立关联(establish procedures related examples. The demonstration put procedures. Bar documents associated with the establishment of NotePad)
- 2006-04-25 11:03:45下载
- 积分:1
-
targettrackingusingkalman
使用卡尔曼滤波对一个弹跳的小球进行跟踪并绘出其运动轨迹(target tracking using kalman)
- 2014-12-29 20:16:35下载
- 积分:1
-
MATLAB/Simulink模型 SOC-Folder
一个MATLAB/Simulink模型,关于电动汽车动力电池荷电状态(State of Charge,SOC)估计;
包括参数文件、模型文件两种,模型文件分别仿真了110A恒流、110A脉冲和ECE15工况;
建模采用基于PEGV的电池等效模型对SOC进行估计,并且加入了温度修正等。
模型比较简单,原理清楚,适合对电动汽车动力电池SOC的估计有兴趣的初学者参考学习,学习前请阅读2到3篇基于电池PNGV等效电池模型的动力电池SOC估计方面论文,这样对理解模型更有帮助。(A MATLAB/Simulink model, on the electric vehicle power battery State of Charge, SOC estimates
Including the parameter file and the model file, the model file simulates 110A constant current, 110A pulse and ECE15 working condition respectively.
The SOC model was used to estimate the SOC and the temperature correction was added.
The model is relatively simple, the principle is clear, suitable for beginners interested in electric vehicle power battery SOC estimation, it will be better to read 2 to 3 SOC estimation papers about battery PNGV equivalent battery.)
- 2017-05-08 14:20:56下载
- 积分:1
-
z-n
利用Inmin01.m函数计算系统PID校正器参数的程序(The use of computing systems Inmin01.m function parameters PID correction procedures)
- 2009-06-06 08:51:24下载
- 积分:1
-
optimization-program
无约束一维极值/无约束多维极值/约束优化/非线性最小二乘优化/线性规划/整数规划/二次规划/遗传优化算法等对应的matlab程序(Unconstrained one-dimensional extremal/unconstrained multidimensional the pole/constrained optimization/nonlinear least squares optimization/linear programming/integer programming/Quadratic Programming/genetic optimization algorithm matlab program)
- 2013-01-06 21:06:25下载
- 积分:1
-
combat-network-model
该程序实现了一个军事网络演化模型的生成以及计算网络的拓扑参数(The program implements a military network evolution model generation and calculating network topology parameters)
- 2013-09-22 08:29:21下载
- 积分:1
-
node_excel
Write automatically written to a file using C + + code in order to make ns2 manual routing is used, used to set the node, which is our experimental multichannel implementation, hoping to share.
- 2014-01-03 11:01:27下载
- 积分:1
-
PIV-study-websites
some PIV study websites
- 2016-11-15 18:38:42下载
- 积分:1
-
dijkstra+Kruskal
说明: 迪杰斯特拉和克鲁斯卡尔算法的Matlab实现。包含dijkstra.m和Kruskal.m文件,可用matlab直接打开,添加到运行路径后即可;或者用文本打开,复制代码。(Realization of Dijster Straw Algorithms in MATLAB)
- 2020-06-16 07:00:01下载
- 积分:1