-
DACE-kriging
kriging响应面模型,该程序可以进行函数的拟合,精度很高 (kriging model)
- 2021-02-15 13:59:48下载
- 积分:1
-
dB1
可以计算光纤与波导耦合的1db容差,只需要算出几组耦合值,然后倒入到matlab 程序中便可自动得到1db 容差。(calculate the tolerance of 1db,it is evry eazy for user to use。)
- 2021-01-25 12:48:44下载
- 积分:1
-
LBM-two-phase
格子BLOTZMANN方法,两相流 matlab程序(Lattice BLOTZMANN method, two phase flow matlab program)
- 2021-03-12 16:49:24下载
- 积分:1
-
CHE
利用matlab绘制骨架曲线与滞回曲线并求解累积滞回耗能刚度退化和强度退化等(Drawing skeleton curve and hysteresis curve)
- 2021-03-23 20:29:15下载
- 积分:1
-
fengjimoxing
MATLAB搭建的三种风机模型包含同步电机、异步电机和双馈风机仿真模型(Three kinds of fan model MATLAB structures containing synchronous motors, induction motors and simulation model of DFIG)
- 2016-07-12 17:19:59下载
- 积分:1
-
image
This file is the matlab code related to the imaging.
- 2010-09-25 19:58:18下载
- 积分:1
-
1111111
关于MATLAB 的m文件。其详细介绍了怎么样应用MATLAB的应用。大家可以互相学习下(On the MATLAB m-files. Its kind described in detail how the application of MATLAB applications. We can learn from each other under the)
- 2009-05-24 15:12:26下载
- 积分:1
-
Kalman_Fliter
卡尔曼滤波器示例程序,可以自动作出图像。(Kalman Fliter)
- 2012-02-07 15:35:30下载
- 积分:1
-
sagnac
基于保偏光纤的Sagnac环透射谱仿真程序,可以用于计算自由光谱范围等(Based on the transmission spectrum of polarization-maintaining fiber Sagnac loop simulation program, and can be used to calculate the free spectral range and so on)
- 2021-03-17 10:29:21下载
- 积分:1
-
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