-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
kalman
说明: kalman非常详细的原理说明,主要有介绍了几个原理公式,同时用了一个例子形象的说明原理(the introdution of kalman)
- 2010-04-26 15:17:09下载
- 积分:1
-
BDEcode
Normalized Cuts Clustering
- 2011-01-24 21:01:43下载
- 积分:1
-
psoVC
pso程序的源代码
pso程序的源代码-粒子群优化算法源程序
作者:FashionXu
一个pso程序的源代码。在vc.net2003下面通过。
建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。(program s source code pso pso program s source code - source code on Particle Swarm Optimization: FashionXu a pso program source code. In vc.net2003 following through. Recommendation: look at the code before you figure out how the matter pso. Then please correspond to: Program using Agent on behalf of a bird, PSO representative of the flock. Read the source code, do not look down, look at the main (), then follow the order of things there, one by one, come, Oh, merely suggestions.)
- 2008-07-30 16:26:10下载
- 积分:1
-
Digital_Audio
实现数字音频效果的源程序,包含多速率信号处理的内插和抽取源程序。(realize the audio effect.inlude the function of multirate signal processing knowledge)
- 2009-03-04 19:36:08下载
- 积分:1
-
FIR
用C++实现窗函数的设计,采用的是海明窗为例子(Using C++ to achieve the design of window function, Hamming window is used as an example)
- 2009-04-21 11:06:37下载
- 积分:1
-
zuisuxiajiangfa
用FORTRON程序编的最速下降法,用来解决无约束规划问题(With FORTRON program compiled the steepest descent method, which is used to solve the unconstrained programming problem)
- 2012-09-13 17:46:57下载
- 积分:1
-
Knight2
这是自己写的骑士巡游问题的源代码,控制台实现没有图形化(This is, the parade was the Knights of the source code, not realizing console Graphic)
- 2006-12-05 21:41:59下载
- 积分:1
-
fuzzypid
基于matlab的恒温控制系统的simulink仿真环境搭建(Matlab simulink simulation environment based on the temperature control system structures)
- 2021-01-18 17:28:42下载
- 积分:1
-
11
说明: 一个统一的求无约束优化极值函数,方法名由参数传入例如:fmins(无约束方法,一维搜索方法,目标函数,初始点,精度)
(A uniform evaluation of unconstrained optimization extremal functions, methods, for example, by an argument: fmins (unconstrained one-dimensional search method, the objective function, the initial point accuracy))
- 2012-04-23 21:48:46下载
- 积分:1