-
matlab7
matlab7.0教程,让你详细了解其具体使用,从入门到高手!(matlab7.0 tutorial, you learn more about their specific use, from entry to the master!)
- 2010-11-17 11:50:51下载
- 积分:1
-
matlabppt
matlab代数方程求解 微分方程 绘图 重庆大学数模培训材料(matlab algebraic equations the number of model training materials, Chongqing University)
- 2011-05-26 09:33:23下载
- 积分:1
-
modeling-example-of-matlab
matlab 建模 是例子大全 2014数学建模使用(Modeling is examples of matlab)
- 2013-09-21 11:10:32下载
- 积分:1
-
icml2010-code(2)
Power Iteration Clustering projection
Input:
W - row-normalized affinity matrix
v0 - starting vector
conv - convergence threshold
maxit - maximum number of iterations
Output:
vt - 1-d PIC embedding
i - iterations ran
t - runtime
- 2013-10-03 10:06:05下载
- 积分:1
-
MATLAB-Power-System-Analysis
介绍了如何通过matlab仿真软件进行电力系统仿真分析(Describes how matlab simulation software for power system simulation and analysis)
- 2013-11-08 19:32:03下载
- 积分:1
-
Untitled2
卷积码编码以及8PSK调制解调程序,卷积码编码采用(7,5)生成多项式的(2,1,3)编码结构(Convolution coding and 8PSK modulation and demodulation process)
- 2020-11-10 10:49:46下载
- 积分:1
-
MATLAB
matlab命令大全,包括了很多matlab操作中需要的命令(matlab command)
- 2013-12-11 14:15:38下载
- 积分:1
-
MATLAB-ICT
MATLAB编程实现连续断层工业CT图像的三维重建()
- 2007-09-13 13:42:50下载
- 积分:1
-
cannyfinal
边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测(Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do)
- 2009-03-10 18:03:57下载
- 积分:1
-
knnsearch
寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理(This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing.
The code was initially implemented through vectorization. After discussions with John D Errico, I realized that my algorithm will suffer numerical accurancy problem for data with large values. Then, after trying several approaches, I found simple loops with JIT acceleration is the most efficient solution. Now, the performance of the code is comparable with kd-tree even the latter is coded in a mex file.
The code is very simple, hence is also suitable for beginner to learn knn search.)
- 2010-03-16 14:08:11下载
- 积分:1