-
jiefangchengjiaocheng
MATLAB软件的解方程函数简介,适合初学者参考(Function of MATLAB software, the solution equation brief reference for beginners)
- 2010-09-25 19:18:16下载
- 积分:1
-
dsk02n
这是学习MATLAB很好的学习资料,是《MATLAB及在电子信息课程中的应用》一书的各章配套程序,很有帮助价值。(This is a very good learning materials to learn MATLAB is " MATLAB and in the course of electronic information" supporting the various chapters of the book program, useful values.)
- 2010-11-07 11:46:03下载
- 积分:1
-
pseudo_color
说明: 实现伪彩色增强,包括两种不同的算法。一种是线性变化传递函数,一种是非线性变化传递函数。(Achieve pseudo-color enhancement, including the two different algorithms. One is the linear transfer function, a nonlinear transfer function changes.)
- 2011-03-26 21:11:13下载
- 积分: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
-
MATLAB
chinapub的高清电子书,关于matlab的教程,看着很舒服,不想买纸质教材的同学的首选。反正我是看着很有感觉,推荐一下。(HD eBook chinapub, matlab tutorial, looked very comfortable and do not want to buy the the paper textbooks of students preferred. Anyway, I was watching the great feeling you recommend.)
- 2013-04-05 13:22:29下载
- 积分:1
-
spxy
spxy,用于校正集验证集划分,基于X、Y矩阵的校正集及验证的划分(Correction set verification set partition)
- 2019-05-25 20:11:17下载
- 积分:1
-
sceua
SCE algoritm in matlab
- 2013-03-03 23:19:44下载
- 积分:1
-
eeglab
以MATLAB 为基础开发的EEGLAB使用手册的中文版。很实用。自留版(MATLAB as the basis for the development of EEGLAB user manual Chinese version. Very practical. Retention Edition)
- 2014-11-18 21:03:37下载
- 积分:1
-
libcfs_workitem
a workitem can sleep but it should be aware of how that sleep might affect others.
- 2015-03-05 10:09:22下载
- 积分:1
-
Satendra
MATLAB program for distribution sys load flow
- 2010-11-14 18:23:36下载
- 积分:1