-
gramSchmidt.m
Gram Schmidt codes to have the orthogonal
vectors or Q-conjugate vectors.
- 2013-03-09 03:34:47下载
- 积分:1
-
YALMIP
用于求解线性规划、整数规划、非线性规划、混合规划等标准优化问题以及LMI(For solving standard optimization problems such as linear programming, integer programming, non-linear programming, mixed programming and LMI)
- 2019-05-13 15:05:34下载
- 积分:1
-
Monkey
山上有m只猴子要选大王,选举办法如下:所有猴子从1到m进行编号并围坐一圈,从第一号开始按顺序1,2,...n继续报数,凡是报n号的猴子都退出到圈外,照此循环报数,直到圈内只剩下一只猴子时,这只猴子就是大王.输出大王的编号。
(Mountains have m of the monkeys to elect king, method of election are as follows: All monkeys are numbered from 1 to m, and sitting around a circle, to begin from the first order 1,2, ... n continue to report the number of those who reported that n No. The monkeys are out to outsiders the basis of this report the number of cycles until the circle only one monkey, the monkey is king. Output King number.)
- 2009-12-28 14:00:29下载
- 积分:1
-
ch2
matlab学习的相关例程,供大家学习参考,希望多多交流,共促进步!(Matlab learning related routines for people to study, reference, hope more exchange, total promote steps)
- 2012-04-06 14:06:17下载
- 积分:1
-
基于某matlab地人脸识别源代码
说明: 基于直方图处理的MATLAB人脸识别算法(Matlab face recognition algorithm based on histogram processing)
- 2021-04-02 11:32:34下载
- 积分:1
-
kljhb
说明: 这个程序属于matlab里面的画图功能,里面包含很多小功能(This process belongs to the drawing inside the matlab function, which contains many small features)
- 2009-08-03 23:03:37下载
- 积分: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-Mach-3-blow-a-cylinder
3马赫气流吹拂圆柱体,二维非结构化网格,网格自适应优化,Matlab代码,无粘(Mach 3 airflow blowing cylinder, two-dimensional unstructured grids, adaptive mesh optimization, Matlab code, inviscid)
- 2013-11-15 23:49:30下载
- 积分:1
-
daM
实现daM法,基本实现了智能计算,但也有很多不完善的地方,请多多指教,我是初学者(The realization daM method)
- 2012-11-02 08:40:20下载
- 积分:1
-
filter
中值、均值、形态学滤波器及其优化对比试验(Median, mean, and optimization of morphological filter comparison test)
- 2015-03-11 08:51:01下载
- 积分:1