-
gaussian_jodan
说明: 用选主元的Gauss-Jordan方法计算矩阵的逆矩阵 matlab(With pivoting Gauss-Jordan method of inverse matrix matlab)
- 2010-04-01 10:31:12下载
- 积分:1
-
superMatlab
Matlab入门,非常好的资料,对于初学者尽快熟悉运用是个不错的帮手(Matlab entry, very good information for beginners as familiar with the use is a good helper)
- 2006-06-01 11:02:15下载
- 积分:1
-
Kalman-Target
实现机动目标的跟踪与预测matlab代码。希望对大家有用。(Maneuvering target tracking and prediction matlab code. I hope useful.)
- 2014-09-23 10:34:37下载
- 积分:1
-
IIR-filter-coefficients
Calculating IIR filter coefficients of 2nd Order IIR Filter
- 2015-01-15 21:09:26下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
pdfplot
显示一个经验概率密度函数在输入数组中的密度分布直方图X的使用nbins箱的数目(默认pdfplot套nbins至20)。如果输入X是一个矩阵,然后pdfplot(X)的分析它的载体,并显示所有值的PDF格式。对于复杂的输入X,pdfplot(X)的显示PDF格式的(displays a histogram of the empirical probability density function (PDF)
for the data in the input array X using nbins number of bins
(by default pdfplot sets nbins to 20).
If input X is a matrix, then pdfplot(X) parses it to the vector and
displays PDF of all values.
For complex input X, pdfplot(X) displays PDF of abs(X).
)
- 2011-05-24 11:46:21下载
- 积分:1
-
leastSquares.docx.tar
matlab code and document for least square problem
- 2013-08-29 09:10:19下载
- 积分:1
-
modeling
Matlab环境下,进行二维空间波动方程的模拟。吸收边界条件(Matlab environment, the wave equation for two-dimensional simulation. Absorbing boundary conditions)
- 2013-09-17 14:17:19下载
- 积分:1
-
biupiu
sar图像去噪的几种新的方法,加入重复控制,针对EMD方法的不足。( Several new methods sar image denoising, Join repetitive control, For lack of EMD.)
- 2016-09-28 15:18:32下载
- 积分:1
-
prj
Dab simulation using convolutional encoding!! punctured convolutional code!!
- 2012-04-30 18:20:17下载
- 积分:1