-
mppt_incc
mppt_incc is incremental conductance
- 2014-01-29 01:05:28下载
- 积分:1
-
beam
基于有限元理论,通过matlab编程求解悬臂梁受力问题(Based on finite element theory, matlab programming by solving problems cantilever force)
- 2010-08-12 17:27:39下载
- 积分:1
-
matlab_and_mathematic
系统讲述了matlab在数学建模中的应用,有助于良好的掌握matlab的工具箱使用和进一步了解matlab的强大功能。(Matlab system described in the application of mathematical modeling to help a good grasp of the matlab toolbox to learn more about the use and power of matlab.)
- 2009-07-11 10:13:52下载
- 积分:1
-
abcd
Adaptive Schemes for Expanded Diagnosis Image Evaluation for skin cancer
Skin cancer is a malignant tumour which grows in skin cells. It is one of the most common of all cancer which affects human beings and accounts for more than 50 of all types of cancers around the world.
Skin cancer is skin’s unwanted growth with differing causes and varying degrees of malignancies. It can spread very fast to all organs/parts of human body through lymphatic system or blood.
- 2015-02-24 00:31:14下载
- 积分:1
-
active
振动理论中的主动控制程序,对于振动方面的学习有一定的帮助。(The active control of vibration theory program, the vibration aspects of learning have some help.)
- 2014-02-25 14:36:13下载
- 积分:1
-
bainsu
详细说明了有关变速不变调算法的基本原理以及在MATLAB上的实现(Detailed description of the basic principles relating to the same transfer speed algorithms and implemented on the MATLAB)
- 2015-04-23 20:07:52下载
- 积分:1
-
bubble_temp_ACM
利用MATlab进行混合溶液沸点的计算,里面包含的模型自己参照,值得学习和推荐。(Mixed solution using MATlab boiling point calculation, which contains its own reference model, it is worth learning and recommendations.)
- 2010-06-05 18:31:41下载
- 积分:1
-
start
Calculate Embed a Time Series and calculate the Largest Lyapunov exponent and the Correlation Dimension as well as usefull plot. Direct Method, Rosemstein and Grassberger-Procaccia algorithm.
- 2010-07-07 06:57:22下载
- 积分:1
-
ch1
sliding mode controle
- 2010-11-29 22:51:15下载
- 积分: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