-
matlab_-drawing
matlab中的绘图讲解ppt,用于初学者绘图使用,方便(matlab_ drawing)
- 2013-12-23 12:30:08下载
- 积分:1
-
Phase Field Simulation for fracture
说明: 基于MATLAB平台与相场法的裂缝断裂模拟(this code is used for simulating fracture development of structure based on phase field method.)
- 2021-04-27 09:58:44下载
- 积分: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
-
MCM_explicit
说明: 本程序采用显示方案实现“平均曲率运动(MCM)”模型(This procedure indicates that the program used to achieve " mean curvature motion (MCM)" model)
- 2010-04-03 09:31:08下载
- 积分:1
-
xianshishijian
说明: 用于调用系统时间,并且显示出来,非常实用(Used to call the system time, and displayed a very practical)
- 2010-04-05 22:15:55下载
- 积分:1
-
PIE_decoder_model
MATLAB HELP FUNDENMENTAL IN YOUR CODE FOR HELP MATLAB 4
- 2014-11-22 01:39:38下载
- 积分:1
-
213matlab
说明: 卷积码213的matlab实现,能够加强初学者的理解(213 convolutional code matlab implementation, can enhance the understanding of beginners)
- 2011-02-23 21:08:02下载
- 积分:1
-
paper1
中继OFDMA蜂窝网络中基于图论的载波复用和分布式功率分配策略.pdf(Relay OFDMA cellular networks based on graph theory carrier multiplexing and distributed power allocation strategy .pdf)
- 2014-11-02 21:02:23下载
- 积分:1
-
multi-agent-system
使用MATLAB对多智能体实现仿真,带有时滞和扰动(multi agent system)
- 2016-01-18 11:38:41下载
- 积分:1
-
sift
说明: 经典的SIFT算法,第一步,选择感兴趣的点;第二步,对感兴趣点进行筛选,确定关键点;第三步,为关键点分配方向;第四步,用多维向量的形式描述关键点(Classical SIFT algorithm, the first step, select the point of interest second step, points of interest were screened to identify key points the third step, the key point for the distribution of direction The fourth step is described with the key in the form of multi-dimensional vector point)
- 2011-04-06 14:31:49下载
- 积分:1