搜索资源列表
scaleif
- matlab函数scaleif,用于改变度量,详见英文描述- function sim = scaleif(im, newMin, newMax, oldMin, oldMax) Scales an image such that its lowest value attains newMin and it highest value attains newMax. OldMin and oldMax are not necessary but are use
mRMR_0.9_compiled
- mRMR(min-redundancy max-relevance)的matlab程序-matlab program of mRMR(min-redundancy max-relevance)
MAX-MINAntSystem
- 最大最小蚂蚁系统程序,供学习应用者参考。-Max-min ant system program for the learning applications in Taiwan.
max_min_filter
- 最大最小滤波程序,实现效果很好,用matlab实现,简单好用-max-min filter
RESTORATION
- RESTORATION OF GENERATED NOISY IMAGES BY USING FILTERS : Arithmetic Mean, Median, Max, Min,Mid Point Filtering
proj1a
- this mablat is going to find out the max SIR and min SIR on wireless communication
coherencefilter
- Example: A = double(imread( fingerprint.png ))/255 B = coherencefilter(A,4, sigma ,1.5, rho ,5) image(min(max(B,0),1)) axis image [1] Weickert, J. 1996. Anisotropic Diffusion in Image Processing. Ph.D. Thesis, Dept. of Mathemati
plot3k
- Generate a 3D point plot of L=(x,y,z) using the values in the vector c to determine the color of each point. If c is empty, then z (column 3 of L) is used to color the plot. The data points are sorted so that plot3 is only called once for each
mix_maxlk.m
- matlab code min-max MLE
MaxMin
- Max-Min Algorithm for grid scheduling
PSOANN
- This a PSO toolbox implementing Common, Clerc 1", and Trelea types along with an alpha version of tracking changing environments. It can search for min, max, or distance of user developed cost function. Very easy to use and hack with re
min-max-distance-matlab
- 基于matlab的最大最小算法,导入样本就可以依据算法思想得出最有结果-The maximum and minimum based on matlab algorithm, you can import the samples obtained according to the most ideological algorithm results
matlab
- 求解多元函数问题,将其转化为求极值问题,用matlab求解。-solve the Max or min
adapmaxmin.m
- Adap Min mAx on matlab algorithm
3
- 本文详细介绍了利用果蝇算法计算函数的最大值最小值问题的matlab程序代码。-This paper describes the use of Drosophila algorithm function MAX MIN problem matlab code.
MAX-and-MIN-problem
- 最大最小问题 -运筹学与最优化MATLAB编程(源代码)-Maximum and minimum problems - Operations Research and Optimization MATLAB program (source code)
max-o-min
- matlab file to find the max and min of two arrays
minmax
- optimal control min max simulation using matlab
pso
- pso粒子群算法 他是一个实现Common,Clerc 1“的PSO工具箱 Trelea类型以及跟踪更改的alpha版本环境。 它可以搜索最小,最大或“距离” 用户开发成本函数。 很容易使用和黑客 相当好的文档(类型帮助任何功能和 它应该告诉你你需要什么),并将利用 矢量化成本函数。 它使用与Matlab类似的语法 优化工具箱。 包括静态和动态的套件测试功能。 它还包括一个专用的基于PSO的神经元网络教练与Mathwork的神经网络工具箱一起使用。-his is a
最大最小蚁群算法求解tsp
- 最大最小蚁群算法 求解tsp matlab编程(Tsp matlab programming based on max-min ant colony algorithm)