-
drawLine
运用MATLAB语言,基于哈夫变换,对于任意给定的图片,可以自动找出其中最长的5条直线,并准确画出来(The use of MATLAB language, based on the Hough transform, for any given picture, you can automatically find out the longest five straight, and accurately drawn)
- 2010-01-19 10:13:07下载
- 积分:1
-
HREG
通用的最小二乘回归算法,使用matlab编程实现,可用于求取最优解。(General least squares regression algorithm, using matlab programming, can be used to obtain the optimal solution.)
- 2012-11-15 20:59:47下载
- 积分:1
-
MATLAB_programming_interpolation_and_curve_fitting
MATLAB程序设计插值及曲线拟合算法MATLAB programming interpolation and curve fitting algorithm(MATLAB programming interpolation and curve fitting algorithm MATLAB programming interpolation and curve fitting algorithm)
- 2010-08-02 10:28:53下载
- 积分:1
-
Matlab_image_pro
matlab图像处理函数集锦,matlab6.0常用的图像处理函数(matlab image processing)
- 2009-05-18 06:48:20下载
- 积分:1
-
meiguorenkou
数学实验中用matlab对美国人口进行的仿真和分析(Using matlab mathematical experiment of the United States population simulation and analysis)
- 2012-05-11 10:48:32下载
- 积分:1
-
mycal
basic calculator using matlab...with GUI
- 2013-08-14 18:11:13下载
- 积分:1
-
Frank-Wolfe-matlab
Frank-Wolfe算法 matlab(rank-Wolfe, matlab)
- 2013-09-27 15:10:32下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
jpeg
利用游程编码和哈弗曼编码实现灰色图片的压缩和解码,压缩比可达15倍(Using run-length encoding and Hafu Man Coding and decoding of gray image compression, the compression ratio up to 15 times)
- 2010-11-24 17:19:11下载
- 积分:1
-
osc_filter
正交信号校正法主要用于近红外光谱矩阵的预处理。其原理是将光谱阵与全氮含量阵正交,滤除光谱与因变量Y阵无关的信号,再建立定量校正模型,达到简化模型及提高模型预测能力的目的。(Orthogonal Signal Correction(OSC) removes variance in the X-block which is orthogonal to the Y-block. Such variance is identified as some number of factors (described as components) of the X-block which have been made orthogonal to the Y-block. When applying this preprocessing to new data, the same directions are removed from the new data prior to applying the model.)
- 2020-10-28 16:29:57下载
- 积分:1