-
LMI
LMI求解问题的简单例子,较为详细的阐述了线性矩阵不等式的工作求解过程(LMI solving problems in a simple example, described in more detail the work of LMI solving process)
- 2010-07-03 11:17:10下载
- 积分:1
-
Attachments_20131112
ebook for learning latex
- 2013-12-24 05:05:34下载
- 积分:1
-
predictedcontrol
预测控制,通过当前输入和预测未来输出来控制输出值,使系统尽快达到稳定。(Predictive control to predict the future by the current input and output to control the output value, allowing the system to stabilize as soon as possible.)
- 2009-11-04 21:21:39下载
- 积分:1
-
HMMall
隐马尔科夫模型标准源代码,适用于matlab,使用时添加addpath到解压目录即可(HMM code)
- 2013-01-07 23:39:04下载
- 积分:1
-
Stopsis1.2
Matlab implementation of fuzzy similarity based fuzzy TOPSIS.
- 2014-11-26 13:03:18下载
- 积分:1
-
A-New-Approach-for-Congestion-Management-via-Opti
A New Approach for Congestion Management via Optimal Location of FACTS Devices in
- 2014-02-03 15:44:23下载
- 积分:1
-
LDPC
说明: 低密度奇偶校验码(LDPC)的matlab仿真(Low Density Parity Check (LDPC) of matlab simulation)
- 2010-04-09 21:09:53下载
- 积分:1
-
cdma_paper
CDMA系统的研究与MATLAB仿真 本科论文(CDMA System Simulation with MATLAB undergraduate thesis)
- 2011-04-20 16:31:30下载
- 积分:1
-
lp02-06mode
上次上载lp01模的计算,这次将Lp02-06一起上传,对研究光纤特别是光子晶体光纤的都有用哦(last lp01 die on the calculation that this will Lp02-06 together uploads Research on optical fiber, especially photonic crystal fibers have used oh)
- 2021-03-01 22:59:35下载
- 积分:1
-
Matlab_imageMatlab
附录MATLAB 图像处理命令
1.applylut
功能:
在二进制图像中利用lookup 表进行边沿操作。
语法:
A = applylut(BW,lut)
举例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相关命令:
makelut
2.bestblk
功
举例(Appendix MATLAB image processing an order. Applylut functions : the binary image using lookup tables for 2500 operations. Grammar : A = applylut (BW, lut) For lut makelut = (sum (x (:)) == 4. 2) = imread BW1 (text.tif) BW2 = applylut (BW1. lut) imshow (BW1) figure, imshow (BW2) related orders : makelut 2. For bestblk Gong)
- 2007-03-14 10:07:26下载
- 积分:1