-
gasanzhongcaozuosuanzidegaijin
ga三中操作算子的改进,可以基于此版本根据自己的实际需要进行修改,然后应用(ga Operator III improvements, this version can be based on the actual needs in accordance with their own modifications, and then the application of)
- 2009-02-07 12:09:01下载
- 积分:1
-
Fuzzy-Logic
说明: matlab仿真实现模糊逻辑,对解决多属性问题有很大帮助(Fuzzy Logic using matlab)
- 2011-03-25 15:51:04下载
- 积分:1
-
Diesel-Engine-Fault-Diagnosis
Matlab中SOM神经网络的数据分类--柴油机故障诊断(SOM neural network in Matlab data classification- Diesel Engine Fault Diagnosis)
- 2011-05-28 12:55:01下载
- 积分:1
-
ocr-project
The goal of Optical Character Recognition (OCR) is to classify optical patterns (often contained in a digital image) corresponding to alphanumeric or other characters. The process of OCR involves several steps including segmentation, feature extraction, and classification. Each of these steps is a field unto itself, and is described briefly here in the context of a Matlab implementation of OCR.
- 2013-09-22 04:23:12下载
- 积分:1
-
pdepe
计算圆柱内的导热问题,两圆柱面定热流密度,圆环面绝热,计算圆柱体内的温度场(Calculation of thermal problems within the cylinder, two fixed cylindrical surface heat flux, heat insulation torus calculated temperature field inside the cylinder)
- 2016-04-13 10:36:00下载
- 积分:1
-
codgray
Generates a codgray code. It is used when we don t have the communications package in our matlab
- 2013-01-09 23:01:00下载
- 积分: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
-
sfs
shape from shading with source code of matlab
- 2013-11-21 17:29:39下载
- 积分:1
-
droopgridsingle
并网下垂控制仿真,单台并网逆变器,采用下垂控制(Simulation of grid-connected sag control, single grid-connected inverter, using sag control)
- 2020-10-05 20:27:38下载
- 积分:1
-
Facedetection
Face detection using matlab
- 2010-10-22 16:15:17下载
- 积分:1