-
Bezier
用matlab实现Bezier曲线,一个很使用的matlab程序源码,经过调试成功的(Matlab achieve Bezier curves with, a very used matlab program source, after successful commissioning)
- 2010-08-03 10:05:22下载
- 积分:1
-
pf_nav
粒子滤波在目标定位与跟踪中的应用,适合于非线性滤波算法研究。(Particle Filtering in target location and tracking application, suitable for nonlinear filtering algorithm.)
- 2010-05-11 20:49:34下载
- 积分:1
-
Denoising
此程序是消噪和格型算法的比较原程序,请各位指导说明(This program is denoising algorithm and comparison of the original program of instruction, )
- 2010-05-25 11:16:02下载
- 积分:1
-
shuzhi
各种常用数值计算的matlab程序,对数值算法的整理(Matlab numerical calculation of various commonly used procedures for the collation of the numerical algorithm)
- 2011-05-20 15:28:42下载
- 积分:1
-
SBSdouble
受激布里渊散射脉冲压缩模拟程序,同种介质的双池。(Stimulated Brillouin scattering pulse compression simulation program, the same kind of media pool.)
- 2013-01-23 13:04:06下载
- 积分:1
-
汽车理论中二自由度操纵稳定性模型
汽车理论中二自由度操纵稳定性模型,在MATLAB中进行SIMULINK仿真,得到方向盘阶跃输入下的横摆角速度响应.(Vehicle handling stability theory of two degree of freedom model, in the MATLAB SIMULINK simulation, get the wheel under the step input of horizontal pendulum angular velocity response.)
- 2020-07-04 00:00:02下载
- 积分:1
-
approximateentropy
This is a article about approximate entropy.
It will be helpful for motor behavior and rehabilitation study.
- 2009-04-29 01:32:17下载
- 积分:1
-
VSkuaijiejian
编程工具Visualstudio快捷键大全,平时常用的快捷键,方便使用。(The programming tool Visualstudio shortcuts, usually the common shortcut keys, easy to use.)
- 2014-11-12 11:40:06下载
- 积分:1
-
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
-
QBPNN
自己编写的一个量子BP神经网络,数据是利用ELM官方网站上给出的数据(quantum bp neural networks)
- 2021-03-28 15:19:12下载
- 积分:1