-
grey-prediction-controller
灰预测控制器的MATLAB研究,并利用MATLAB语言编程(Grey prediction controller MATLAB studied using MATLAB programming language)
- 2010-09-03 11:07:08下载
- 积分:1
-
utc
通过matlab编写的求解霍曼轨道的程序,方便航天技术人员进行应用
(Matlab solving prepared through Hohmann orbit procedures to facilitate the application of space technology personnel)
- 2008-05-26 01:01:59下载
- 积分:1
-
Block_diagonalization
this is for block diagonalisation
- 2012-04-07 19:57:27下载
- 积分:1
-
TS_TSP
TSP问题是一个组合优化问题。该问题可以被证明具有NP计算复杂性。该程序对于理解TSP问题会有较好的作用。(TSP problem is a combinatorial optimization problem. This problem can be shown to have NP computational complexity. The program will be better for understanding the role of the TSP.)
- 2014-12-24 20:31:35下载
- 积分:1
-
image
MATLAB实用源代码
1.图像反转
MATLAB程序实现如下:
I=imread( xian.bmp )
J=double(I)
J=-J+(256-1) 图像反转线性变换
H=uint8(J)
subplot(1,2,1),imshow(I)
subplot(1,2,2),imshow(H) (matlab code)
- 2015-01-08 11:01:19下载
- 积分:1
-
BP.m
BP神经网络代码,使用LM算法(高斯牛顿法的改进,具有很好的鲁棒性)(BP neural network code, use the LM algorithm (modified Gauss-Newton method has good robustness))
- 2013-12-01 19:38:44下载
- 积分:1
-
Matlab-reference
matlab参考资料,非常全面的书籍,希望可以帮到大家。(matlab reference materials, very comprehensive book, I hope you can help.)
- 2013-05-05 08:18:10下载
- 积分:1
-
pmsm
a modele of the permant magnet synchronous machine
- 2010-07-28 20:30:08下载
- 积分:1
-
UsingMatlab
c#调用matlab函数进行动态画图的简单示例,只是进行了功能演示,界面很粗糙(c# call the matlab function dynamically drawing a simple example, just conducted a functional demonstration of the interface is very rough)
- 2010-11-20 11:26:12下载
- 积分:1
-
Digital_image_processing
1.median_filter
(功能:使用中值濾波器去除雜訊)
2.mean_filter
(功能:使用平均濾波器去除雜訊)
3.fl_stein
(功能:使用誤差擴散法,將影像量化和混色)
4.Central_limit
(功能:畫圖並證明中央極限定理)
(1.median_filter
(function: use median filter to remove noise)
2.mean_filter
(function: using the average filter to remove noise)
3.fl_stein
(function: using the error diffusion method, the image quantification and blending)
4. Central_limit
(function: drawing and prove the central limit theorem))
- 2010-12-09 08:54:04下载
- 积分:1