-
Simplex2phase
matlab两阶段单纯形法解线性规划问题的函数,有详细的注释和说明,还有一个word文档是用该程序解决实际问题的一个例子。(Matlab codes for simplex 2 phase algorithm, detailed comments and instructions, and a example using this code to solve a real problem.)
- 2013-12-25 11:31:29下载
- 积分:1
-
SR
说明: it just a simple code in matlab for image zooming
- 2011-01-24 18:44:51下载
- 积分:1
-
model
用matlab语言编写的同步发电机无穷大系统,并实现simulink建模(Synchronous generator infinite bus system with matlab language and simulink modeling)
- 2020-09-27 16:07:45下载
- 积分:1
-
youhuajisuan
MATLAB最优化计算的学习资料,值得一读!!!(MATLAB optimization calculations of learning materials, worth reading! ! !)
- 2011-08-17 12:59:04下载
- 积分:1
-
code-kmean
K-mean matlab code example
- 2015-01-24 22:25:50下载
- 积分:1
-
manual_camera_calibration_v1.0
对摄像机进行标定。学习之用。学写代码的话比看OPENCV的代码要好,使用的话OPENCV或者MATLAB都足够了(Calibration of the camera. Learning. Write code, then look OPENCV than the code is better, the use of words or MATLAB are OPENCV enough)
- 2007-07-25 11:04:37下载
- 积分:1
-
matlabandtelecommunicationsimulation
书籍为pdg格式,内容翔实,介绍MATLAB基础知识以及其在通信方针中的应用(Books for the PDG format, informative, as well as introduce basic knowledge of MATLAB in the communication policy of the application)
- 2007-10-17 09:10:43下载
- 积分:1
-
matlab
matlab7.0中工具箱em中的部分源程序(matlab7.0脰脨 鹿 陇 戮 脽脧盲em脰脨渭脛 虏 驴 脰脭 )
- 2008-08-18 18:31:55下载
- 积分:1
-
levelset
说明: 是一个介绍水平集的ppt,水平集方法及其在图像分割和目标跟踪中的应用(Level set is a description of the ppt, the level set method in image segmentation and object tracking application)
- 2010-04-26 22:27:15下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1