-
matlab87examples
matlab例程,简单介绍MATLAB的数据的一些基本操作方法(matlab routines, a brief introduction to some basic MATLAB data How-to)
- 2009-11-19 14:59:49下载
- 积分:1
-
Simulation-of-multi-machine-
多机通信可靠性在matlab上的模拟实现(Simulation of multi machine communication reliability in matlab implementation)
- 2013-12-19 19:35:26下载
- 积分:1
-
Matlab-CFD
利用Matlab语言编写的流体计算的源代码,里面包含了几个实例(The source codes are written by Matlab, which contains several examples about CFD)
- 2009-10-30 19:35:44下载
- 积分:1
-
MATLABzaishuikudiaohong
说明: MATLAB在水库调洪计算中的应用,使得水库调洪问题简单。(MATLAB in the calculation of reservoir flood of applications, makes a simple reservoir flood problems.)
- 2008-09-04 22:18:44下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
ComputerPVisionP-PLindaPShapiro(1)
Using a progressive intuitive/mathematical approach, this introduction to computer vision provides necessary theory and examples for practitioners who work in fields where significant information must be extracted automatically from images-- including those interested in multimedia, art and design, geographic information systems, and image databases, in addition to the traditional areas of automation, image science, medical imaging, remote sensing and computer cartography. The book provides a basic (Computer Vision- Linda Shapiro.pdf)
- 2014-09-24 15:58:04下载
- 积分:1
-
New-WinRAR-archive
matlab code for ss.USE THESE FOR CR
- 2013-10-04 16:20:30下载
- 积分:1
-
Zernike
求zernike矩
通过使用matlab的矩阵操作计算一幅图像阶为6重复度为6的zernike矩。(Find zernike matlab matrix operations through the use of an image calculated degree of order 6 Repeat zernike moments 6.)
- 2014-01-04 19:27:21下载
- 积分:1
-
gmdh
GMDH Neural Network Implementation
- 2014-02-10 02:03:27下载
- 积分:1
-
MCC.Controlor_PID
this is a simulink dc motor separate excitation with PID controller
- 2014-02-14 12:30:40下载
- 积分:1