-
SPFARInitial
Stewart Platform with Fixed Actuators
- 2011-06-01 07:14:16下载
- 积分:1
-
algoritmos-de-ordenamiento
ALGORITH OF ORDERS IMPLEMENTED IN C++
- 2014-12-18 12:57:11下载
- 积分:1
-
kmedioids
[inds,cidx] = kmedioids(D,k)
Performs k-mediods clustering only requires a distance matrix D and
number of clusters k. Finds cluster assignments "inds" to minimize the
following cost function:
- 2011-12-22 19:41:56下载
- 积分:1
-
common-tan
基于matlab求解公切线,使用了网络搜索法(Based on matlab solving common tangent, using a web search method)
- 2013-12-11 09:42:28下载
- 积分:1
-
junheng
实现均衡的几个小程序,供学习通信原理的参考(Balanced a few small programs, for learning and communication principle reference)
- 2012-11-27 15:54:56下载
- 积分:1
-
alamouti
Alamouti 码字的matlab编程实现,2发1收的全分集增益的一种编码方法。(Alamouti code use matlab language,2 transmit antenna and 1 receive antenna。)
- 2011-04-28 11:46:24下载
- 积分:1
-
Final-Code
image fusion matlab code for medical application in identification of tumor
- 2015-03-30 19:31:53下载
- 积分:1
-
main
matlab解决0/1线性规划问题NP难题,(matlab solve the 0/1 linear programming problem NP problem,)
- 2011-01-10 10:36:16下载
- 积分:1
-
multiplelinearregression-MatlAB.cpp
说明: 多元线性回归的MatLAB代码,在MatLAB7.0运行成功!(Multiple linear regression MatLAB code, MatLAB7.0 runs successfully!)
- 2009-08-25 11:42:57下载
- 积分:1
-
LHS
拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.(code of Latin Hypercube Sampling)
- 2021-03-03 16:29:33下载
- 积分:1