-
hator
simulation matlab valeur
- 2010-09-14 11:46:05下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
parameter-identification
matlab differential equation parameter identification
matlab微分方程参数识别(matlab differential equation parameter identification
)
- 2012-11-26 19:58:12下载
- 积分:1
-
equation
说明: 利用matlab的BVP4C程序包求解波动方程,得到电场和电子密度的二维分布。(The BVP4C package using matlab solving the wave equation, two-dimensional electric field and electron density distribution.)
- 2011-02-23 14:42:13下载
- 积分:1
-
my_inverter
simulation of fuel cell part 4-2
- 2013-07-29 16:17:56下载
- 积分:1
-
GA-Tools-1.3
Matlab实用工具箱,可实现遗传算法优化功能。(Practical Matlab toolbox genetic algorithm optimization function.)
- 2013-02-28 09:50:22下载
- 积分:1
-
testpoint
无线传感器网络连通问题 其中点的测试matlab程序(Wireless sensor network connectivity issues which point the test matlab program)
- 2013-03-26 19:55:05下载
- 积分:1
-
network
神经网络Using the classification of brewing grape of the second question, and the combination of wine and grapes between common physical and chemical indicators, utlizing the nearest neighbor method to establish the (Neural Networks
Using the classification of brewing grape of the second question, and the combination of wine and grapes between common physical and chemical indicators, utlizing the nearest neighbor method to establish the Using the classification of brewing grape of the second question, and the combination of wine and grapes between common physical and chemical indicators, utlizing the nearest neighbor method to establish the Using the classification of brewing grape of the second question, and the combination of wine and grapes between common physical and chemical indicators, utlizing the nearest neighbor method to establish the Using the classification of brewing grape of the second question, and the combination of wine and grapes between common physical and chemical indicators, utlizing the nearest neighbor method to establish the Using the classification of brewing grape of the second question, and the combination of wine and grapes between common physical and chemical indicator)
- 2013-01-09 17:42:54下载
- 积分:1
-
Mass_balance_bioreactor.tar
mass balance model of bioreactor in matlab
- 2011-05-27 23:13:49下载
- 积分:1
-
MatlabVB
MATLAB具有强大的科学计算功能, 含有大量多目标优化分析函数。依据技术将函数在
环境下进行调用, 进行多目标优化集成系统开发, 实现数据的自动输入和输出功能, 编制了MATLAB与VB的数据接口代码, 提出程序设计时应注意的问题。(MATLAB has powerful scientific computing functions, contains a large number of multi-objective optimization analysis function. Based technology will function in the environment calls for multi-objective optimization of integrated system development, automated data input and output functions, the preparation of the MATLAB data interface with the VB code, the program design should pay attention to the problem.)
- 2008-07-21 12:38:40下载
- 积分:1