-
reseat
可以随机的将N个数分配到N个位置上,特别是在一些随机分配的问题上有用(N number will be randomly assigned to the N positions, particularly in a number of issues were randomly assigned to be useful)
- 2010-02-26 10:12:34下载
- 积分:1
-
CurvatureEstimation
This function calculates the curvature of a 2D line.
Reference£oS. Hermann and R. Klette. Multigrid analysis of curvature estimators. Proc.
Image Vision Computing New Zealand, 108¨C112, 2003.
by Jianfei Pang
k = CurvatureEstimation(list,b,f)
inputs,
list : A M x 2 list of line points.
fn: The number of forward points that were chosen to calcute.
bn: The number of backward points that were chosen to calcute.
outputs,
Ei : M x 1 Curvature values
thetai:M x 1 angle values
Example
[Ei,ti]=CurvatureEstimation(test,4,4)
- 2013-04-25 05:58:51下载
- 积分:1
-
Untitled
一个绘图的经典程序,非常经典,应该算是我见过最好的了。(A drawing of the classic procedure)
- 2012-05-17 15:04:15下载
- 积分:1
-
dongtaitu
对于一个动态系统dy/dt=-y(t)+x(t-m),m为一个时间滞后常量,x(t)、y(t)都是关于时间
t的函数,其中x是一个正态分布的数据集合,可随机产生,这样情况下,如何将系统情况
用样本点表示出来
(for a dynamic system dy/dt =- y (t) x (t-m), m for a time lag constants, x (t), y (t) are on the function of time t, where x is a normal distribution of data sets can be randomly generated, under these circumstances, how the system of sample points out)
- 2007-04-11 00:18:09下载
- 积分:1
-
MATLAB-GPS-data-processing
利用MATLAB实时处理GPS数据,:利用MATLAB软件环境,现场接收并实时处理海上地球物理调查过程中的GPS定位数据,剔除原始数据中的跳点,处理定位误差.(Real-time GPS data processing, using MATLAB: using the MATLAB software environment, the site receives and real-time processing GPS positioning in the process of Marine geophysical survey data, eliminating hops in the raw data, processing positioning error.)
- 2013-12-06 11:11:04下载
- 积分:1
-
particalfilter
说明: matlab编写的源程序,用于粒子滤波!(matlab source code written for the particle filter!)
- 2008-09-03 21:20:32下载
- 积分:1
-
wimax_phy_layer_simulation_code
Design and analyze the layer of wimax communication systems tools
- 2013-04-24 21:28:20下载
- 积分:1
-
Slider-Step
This code calculates dimensionless pressure, and load carrying capacity for a finite width slider step bearing
- 2015-04-18 12:24:22下载
- 积分:1
-
MATLABinANN
Matlab在人工神经网络计算机仿真中的应用。通过仿真实例表明,Matlab是进行人工神经网络计算机仿真的有力工具(Artificial Neural Network in Matlab computer simulation applications. The simulation examples show that, Matlab is a computer simulation of artificial neural networks a powerful tool for)
- 2008-04-24 22:33:17下载
- 积分:1
-
demofun
This is a simple demo, solving a simple regression task using LS-SVMlab. A dataset is constructed in the right formatting. The data are represented as matrices where each row contains one datapoint. In order to make an LS-SVM model, we need 2 extra parameters: gamma (gam) is the regularization parameter, determining the trade-off between the fitting error minimization and smoothness of the estimated function. sigma^2 (sig2) is the kernel function parameter of the RBF kernel. The parameters and the variables relevant for the LS-SVM are passed as one cell. This cell allows for consistent default handling of LS-SVM parameters and syntactical grouping of related arguments.
- 2015-01-18 05:53:25下载
- 积分:1