-
circle_fit
毕设,圆拟合程序,使用最小二乘法。
输出圆心,半径。(Picasso, circle fitting procedures set, using least-square method.
Output circle, radius.)
- 2009-05-05 09:06:30下载
- 积分:1
-
biaomianji
用matlab计算锥体表面积。可计算圆锥,椭圆锥近似计算。(Using matlab to calculate the the pyramidal surface area. Computable conical, elliptical cone approximate calculation.)
- 2013-04-01 16:08:25下载
- 积分:1
-
cluster3
it is cluster3 matlab code
- 2013-10-06 06:12:12下载
- 积分:1
-
SFSDP111.tar
SFSDP is a Matlab package for solving sensor network localization problems. The package
contains four functions, SFSDP.m, SFSDPplus.m, generateProblem.m, test SFSDP.m,
and some numerical examples.
- 2015-02-17 02:15:21下载
- 积分:1
-
JA_MH
Jiles-Atherton hysteresis model in matlab
- 2014-04-19 20:08:39下载
- 积分:1
-
EMS_DCMG-master
说明: 直流微电网运行控制仿真算法,能量管理策略(DC microgrid operation control simulation algorithm, energy management strategy)
- 2020-11-28 18:29:30下载
- 积分:1
-
psoPconstrain
提出了一种新的算法结构,通过建立“局部环境因数”模型,利用集中式处理模式,动态
分配全局勘探和局部开采子种群比例,有效地实现分工目的,平衡算法的局部和全局搜索能力。将其
应用到两个不同类型的实际工程约束优化问题中进行验证,并与其他文献的改进算法进行了对比。
实验结果表明,该算法比其他改进算法在计算精度、效率、鲁棒性上都有很大的提高(Anewalgorithmarchitecturewasproposed. Inorder to adjust effectively the ratioof exploration subgroup
versusexploitationone, the algorithmadopted the centralizedprocessingtechnique toconstruct the local environment factor,
andbalancedthe local andglobal searchcapabilitiesof the algorithm. Furthermore, comparedwithother improvedintelligent
algorithms, experimental results got from the application and verification of real constrained engineering design problem
indicate that the algorithmperformsbetter intermsof accuracy, efficiencyandrobustness)
- 2012-04-27 20:29:07下载
- 积分:1
-
bujianju
用matlab对图像的7个不变矩特征进行提取,并进行归一化。亲测可用,适合初学者。(Matlab for image seven moment invariant features were extracted and normalized. Pro-test is available for beginners.)
- 2012-08-13 10:38:53下载
- 积分:1
-
Alittlework
matlab 程序手敲,简单介绍gui的使用以及其中的一些算法,文中用到了简单的二值最小二乘算法计算拟合数据(Hand knock matlab program, as well as a brief introduction gui use some algorithm, the paper uses a simple algorithm to calculate the least squares fitting binary data)
- 2014-11-06 19:12:05下载
- 积分: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