-
IterativeClosestPointMethod
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation vector accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp for more information
(ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model- matrix with model points,
data- matrix with data points,
OUTPUT:
R- rotation matrix and
T- translation vector accordingly
so
newdata = R*data+ T .
newdata are transformed data points to fit model
see help icp for more information
)
- 2007-09-09 16:06:34下载
- 积分:1
-
entropy-aprox
entropy aproximation matalb .m file
- 2012-03-24 15:25:42下载
- 积分:1
-
m_fh_simulatin_err_ratio
利用m序列生成跳频序列并用于跳频通信,并给出误码率曲线(Use of m sequences generated hopping sequence and used for frequency hopping communications, and give the bit error rate curve)
- 2021-04-01 20:59:07下载
- 积分:1
-
load-prediction
根据给定的每15min预测一次的负荷数据,利用灰色预测GM(1,1)理论进行预测,并分别预测一周内周末和工作日的负荷变化情况,最终形成负荷变化曲线(According to the given load once every 15min forecast data, the gray prediction GM (1,1) theory to predict, and are predicted load changes within a week on weekends and weekdays, eventually forming the load curve)
- 2021-03-21 16:59:17下载
- 积分:1
-
zishiying
自适应最小均方算法滤波代码,源信号为窄带信号,对源信号加随机噪声,通过自适应滤波器得出输出信号(matlab/LMS/)
- 2010-05-19 09:51:40下载
- 积分:1
-
Report_Proj2_jiangchen_10212020018
设计一个程序实现基于Minimum Degree算法的稀疏矩阵Reordering算法。(Design a program based on sparse matrix algorithms Minimum Degree Reordering algorithms.)
- 2013-11-04 09:59:38下载
- 积分:1
-
bbackprop
that is so important code of matlab in back propagation !
- 2010-11-08 20:20:31下载
- 积分:1
-
Basics-of-MATLAB-and-Beyond---Andrew-Knight
This is an A-Z guide to Matlab
- 2012-05-09 23:17:47下载
- 积分:1
-
MATLAB-SIMULINK-power-system
matlab-simulink电力系统仿真 暂态稳态分析仿真(matlab-simulink inpower system)
- 2012-06-25 14:04:31下载
- 积分:1
-
02
说明: 《MATLAB 7.0从入门到精通》一书的配套程序——第3章的程序。()
- 2012-07-08 18:23:31下载
- 积分:1