-
tridiagSolvers
tridiagLU Obtain the LU factorization of a tridiagonal matrix
- 2010-02-19 00:59:55下载
- 积分:1
-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
logistic
给出罗杰斯蒂克的分岔图的matlab程序(Rogers Mystic gives the bifurcation diagram of the matlab program)
- 2011-06-09 23:43:52下载
- 积分:1
-
Fec
Forward error correction code algoritham for matlab codes
- 2013-12-09 18:04:06下载
- 积分:1
-
despread
基于直接扩频通信基础框架,在matlab程序下运行。基于直接扩频通信基础框架,在matlab程序下运行(
Basic framework based on direct spread spectrum communication, running under matlab program.
Basic framework based on direct spread spectrum communication, running under matlab program.)
- 2015-04-13 20:18:36下载
- 积分:1
-
project22312matlab
this is sample source code for fingerprint verification for matlab
- 2010-08-11 23:33:31下载
- 积分:1
-
edge
使用先对图像进行灰度变换,中值滤波处理,然后使用各种微分算子,比较不同处理效果(Use the first gray-scale transformation of the image, median filter processing, and then use a variety of differential operators, compare effects of different treatments)
- 2010-05-21 09:42:16下载
- 积分:1
-
application
extracting region of interest with region growing
- 2012-05-03 06:58:40下载
- 积分:1
-
improved_PSOs
几种改进的粒子群算法(PSO),可用来学习算法的编程,以及算法之间的对比等等。(Several improved particle swarm optimization (PSO), can be used to learn programming algorithms, as well as contrast between algorithms and so on.)
- 2014-10-13 22:42:40下载
- 积分:1
-
DM6
主要包括一个测试数据集合mydata.mat,main.m,DBSCAN.m和PlotClusterinResult.m共4个文件,我们在测试实验实验中做了两个方面更改:1)更换了另外一个测试数据,测试数据来源于[13](取其中的一部分),2)添加了个K距离图部分代码(均在如下主程序代码中给出),代码按照个人对k-distance graph的理解编写,如有错误之处,望大家指正,3)改变参数Eps值大小,输出结果并显示。(Including a test data set mydata.mat, main.m, DBSCAN.m and PlotClusterinResult.m, a total of 4 documents, we do two aspects of change in the experimental test: 1) to replace another test data, test data from [13] (part of the), 2) add a K distance map the code (both in the main program code are given in the following), according to the personal understanding of the k-distance graph code written, if wrong, hope you correct me, 3) value to change the parameters of Eps, output and display.)
- 2021-01-04 14:08:55下载
- 积分:1