-
heat
solving the heat equation
- 2010-12-03 21:18:22下载
- 积分:1
-
prn_ambig
伪随机码的模糊函数程序,同时画出模糊函数图,零时延,零多普勒以及等高线图(Ambiguity function of pseudo-random code procedures, and plans to draw fuzzy function, zero delay, zero Doppler and the contour map)
- 2020-11-16 19:29:40下载
- 积分:1
-
saite
各种优化程序的汇总1主要为一些惩罚函数法的优化程序!(various optimization procedures summary of a major punitive function of the optimization program!)
- 2007-06-19 20:08:16下载
- 积分:1
-
genetic_code
optimal placement dg in electrical network
- 2020-11-26 23:39:31下载
- 积分:1
-
kmedian
The method works as follows.
1. For a data set with dimensionality, d, compute the variance
of data in each dimension (column).
2. Find the column with maximum variance call it cvmax
and sort it in any order.
3. Divide the data points of cvmax into K subsets, where K is
the desired number of clusters.
4. Find the median of each subset.
5. Use the corresponding data points (vectors) for each
median to initialize the cluster centers.
- 2013-08-10 03:45:31下载
- 积分:1
-
animMPCPDisplay
matlab code for averaging data time series
- 2011-11-16 02:10:10下载
- 积分:1
-
Optical-Fiber-Telecommunications-Volume-VIACo
Optical Fiber Telecommunications Volume VI-A, a new book which precents Optical Fiber Telecommunications component to system
- 2014-12-15 10:22:17下载
- 积分:1
-
zhubuss
MATLAB逐步搜索法计算方程的根.
逐步搜索法也称试算法.它是求方程f(x)=0的根的近似值位置的一种常用的方法. 逐
步搜索法依赖于寻找连续函数)f(x)满足f(a)与f(b)异号的区间[a,b]一旦找到区间,无
论区间多大,通过某种方法总会找到一个根。(MATLAB root search method gradually equation
)
- 2013-12-22 16:24:57下载
- 积分:1
-
XIAOBOSHUIYING
关于小波水印的matlab源码,对于图像处理中的分类识别学习者有着很大帮助。分享快乐!()
- 2007-10-11 01:10:58下载
- 积分:1
-
matlab_fn
Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code
in a terminal window. This amounts to using Matlabas a kind of calculator,
and it is good for simple, low-level work. The second method is to create a
script M-fi le. Here, one makes a fi le with the same code one would enter in a
terminal window. When the fi le is “run”, the script is carried out. The third
method is the function M-fi le. This method actually creates a function, with
inputs and outputs. The fourth method will not be discussed here. It is a
way to incorporate C code or FORTRAN code into Matlab this method
uses .mex fi les. We will not disucss it here.
- 2013-07-09 16:49:20下载
- 积分:1