-
Matlab_Path_Planning
基于栅格法的路径规划算法实现(Matlab环境下)(Grid method is based path planning algorithm (Matlab environment))
- 2012-12-30 13:34:40下载
- 积分:1
-
matlab-hanshubiao
学习matlab的很好的参考,集合了很多函数,适合新手和有一定基础的人士使用,推荐(learning Matlab good reference, a lot of function sets, suitable for novice and to a certain extent based on the use of recommended)
- 2007-05-29 09:48:52下载
- 积分:1
-
1
实用化工计算机模拟:MATLAB在化学工程中的应用 附录光盘程序(Computer Simulation of practical chemical procedures Appendix CD)
- 2009-05-11 09:02:23下载
- 积分:1
-
imaderectangle
说明: 本程序用matlab实现了求不规则图形的最小外接矩形和最大内接矩形,实验用的图形也附在了文件中,可直接运行(This matlab program graphical the irregular circum-rectangle minimum and maximum inscribed with rectangular, experiment graphics attached the documents and can be directly run)
- 2020-11-06 11:19:49下载
- 积分:1
-
Estimation-based-noise-spectrum
基于加权最小统计的噪声谱估计改进算法,对研究噪声处理的人相当有用("Estimation algorithm based on weighted minimum statistics noise spectrum")
- 2012-03-29 14:20:33下载
- 积分:1
-
GUIEdge
边缘是指图像中像素灰度有阶跃变化或屋顶状变化的那些像素的集合。学会并掌握使用matlab进行图像的边缘检测,设计用户界面实现上述功能。
实际问题:
1、采用matlab Guide设计图像界面,可以读入并显示图像,设计实现以下功能的菜单,点击相应的菜单(如radio button)在图像界面上可以显示相应的功能。
2 使用sobel检测算子;
3 使用prewitt检测算子;
4 使用canny检测算子;
(Edge is refers to the image pixel has a step change in the collection of those pixels or roof shape change. Learn and master using matlab for image edge detection, design the user interface to realize the function.
The real problem:
1, Guide design based on matlab image interface, can be read and displayed image, design and implement the following function menu, click on the corresponding menu (such as a radio button) in the image on the interface can display the corresponding function.
2 use the sobel detection operator
3 use prewitt detection operator
4 use the canny detection operator
)
- 2014-10-23 13:13:50下载
- 积分:1
-
minlp
mixed integer non linear programming
- 2013-05-04 15:59:54下载
- 积分:1
-
dstatcom
these are some papers on dstatcom
- 2013-08-18 00:40:16下载
- 积分:1
-
ortho_poly
计算chebyshev多项式-计算chebyshev多项式计算chebyshev多项式(Evaluates chebyshev polynomials with vector arguments for vector arguments x)
- 2009-05-12 16:00:28下载
- 积分:1
-
lab2
lear
N = 10^5
EB_NO = [-1:30]
liu1 = zeros(1,N)
liu2 = zeros(1,N)
for ii = 1:length(EB_NO)
m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1)
s = (1/sqrt(2))*m normalization of energy to 1
n = 1/sqrt(2)*[randn(1,N) + j*randn(1,N)]
- 2012-05-17 19:56:56下载
- 积分:1