-
PDE-solution
偏微分方程PDE的求解,一维无源扩散,使用数值计算求解中的插值法。(this is a program to solve a partial differential eqution using inserting methods. The PDE is 1 Dimensional)
- 2011-05-27 16:56:22下载
- 积分:1
-
PSO
pso alghoritm for different function
- 2013-02-11 16:47:15下载
- 积分:1
-
Kalman
捷联惯性导航,利用卡尔曼滤波,matlab程序,关于初始对准(SINS initial alignment procedure Kalman)
- 2015-03-30 16:09:14下载
- 积分:1
-
Area-of-interest
这个matlb程序能够实现图像里面的刚兴趣区域的提取和分割(The matlab program to achieve extraction and image segmentation inside the region of interest)
- 2015-04-14 16:26:08下载
- 积分:1
-
juzhen1
矩阵的LU分解、QR分解、Jordan约当标准型.matlab实现(LU decomposition of the matrix, QR decomposition, Jordan Jordan canonical form. Matlab)
- 2016-01-13 11:10:11下载
- 积分:1
-
vertex_cover_approximation_algorithm
专为建模学生提供的算法:顶点覆盖近似算法(Designed to provide students with modeling algorithms: vertex cover approximation algorithm)
- 2009-02-03 21:16:37下载
- 积分:1
-
dbq
MA模型仿真,用于MA模型的模型仿真及性能分析(MA model simulation for model simulation and performance analysis of the model MA)
- 2014-10-07 16:41:58下载
- 积分:1
-
histnorm
HISTNORM Histogram normalized
[...] = HISTNORM(...) works like HIST, but the frequency is normalized
so that area sum is 1.
Bonus usage!
[...] = HISTNORM(..., plot ) plots and returns the output arguments.
Be sure plot is the last argument.
Example:
data = randn (10000, 1)
[xo,no] = histnorm(data, 101, plot )
hold on
plot (no, normpdf(no), r )
hold off
See also: HIST.
- 2011-11-18 21:12:29下载
- 积分:1
-
stft-111
利用matlab 进行段数傅里叶变换,进行频谱分析,对于从事相关工作的人很有帮助。(The number of segments by using Fourier transform of MATLAB, frequency spectrum analysis, is helpful to be engaged in relevant work.)
- 2013-11-26 15:53:13下载
- 积分:1
-
EKF-SLAM
Kalman Filter (KF) and extended Kalman Filter (EKF) are basic tools for solving
many estimation problems. They have found plenty of applications including target track-
ing and mobile robot localization and mapping.
- 2012-11-30 22:17:31下载
- 积分:1