-
matlabshiyongchengxu
<matlab实用程序>的配套源程序,1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
()
- 2007-10-23 16:58:39下载
- 积分:1
-
videotraclcc
This program just tracks all red color objects and draws a bounding box around them
- 2010-10-11 07:13:34下载
- 积分:1
-
IFFCM
改进的快速模糊C- 均值聚类算法。基于FFCM算法,提出了新的改进,效果很好。(The rapid improvement c-means clustering algorithm.Based on FFCM algorithm, and puts forward a new improved, the effect is very good.
)
- 2012-05-04 11:32:00下载
- 积分:1
-
str2poly
将多项式转化为向量,很方便你的使用啊学习matlab的童鞋们不用担心了(Into the polynomial vector, it is easy to use you ah)
- 2013-09-08 18:25:44下载
- 积分:1
-
N-sparse
创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map.
)
- 2013-10-21 20:43:18下载
- 积分:1
-
PDE
MATLAB PDE的一个例子 源程序
可以了解MATLAB在处理二阶偏微分方程时的一些有用思路(MATLAB PDE An example of MATLAB source code can be understood when dealing with second-order partial differential equations with some useful ideas)
- 2013-11-12 21:22:48下载
- 积分:1
-
MATLAB
说明: 功能:在彩色图片上令肤色区域为白色,其余为黑色,并用矩形将各连通区域标志出来,用matlab实现(Function: to make color in the color picture on the white area, the rest is black, and will each connected region with a rectangular logo out to achieve with matlab)
- 2010-04-10 11:56:44下载
- 积分:1
-
LDPC
已调试过,可产生需要的LDPC码,具体应用可以自己更改参数(the program has been runed succefully, can be used to produce LDPC code)
- 2011-11-08 15:21:39下载
- 积分:1
-
zhengliu
利用matlab/simulink编程实现三相可控整流控制的闭环仿真,仿真实现闭环输出电压为稳定值。(Use matlab/simulink simulation program for closed loop control of three-phase controlled rectifier, closed-loop simulation output voltage stable value.)
- 2015-01-13 11:10:40下载
- 积分:1
-
makelatt
MAKELATT Create lattice
L = MAKELATT(KIND,PTS,DIM) makes desired kind of dim-dimensional
finite lattice that consists of pts elements. Available designs are
listed in the table below. All the generated lattices are
geometrically uniform. The lattice points are chosen from the origin
to higher shells. Sometimes its usefull to generate lattices from the
number of one dimensional pattern side i.e. PTS = DIM ^ SIDE.
Table of available designs
Design | Dimension | KIND
-----------+-----------+----------
Zn | n>=1 | Z
An | n>=1 | A
Dn | n>=3 | D
Hexagonal | n=2 | Hex
fcc | n=3 | fcc
- 2012-02-08 10:23:03下载
- 积分:1