-
tuxiang1
说明: 对调色板,图像类型,图像文件格式进行了简要介绍,可以了解matlab工作环境。(On the palette, image type, image file format was introduced, we can understand matlab work environment.)
- 2010-04-20 17:11:25下载
- 积分:1
-
Enchanement-tec
Image enchancement techniques available for the features extraction
- 2014-12-02 11:41:40下载
- 积分:1
-
monituihuo
模拟退火算法matlab实例,介绍了matlab的算法的具体使用方法(Simulated annealing algorithm matlab example, introduced the specific use of Matlab algorithm)
- 2013-05-06 09:44:15下载
- 积分:1
-
FastICA_23
这个是基于独立主成分分析的一个MATLAB语言程序,大家可以下载来看看,希望有帮助(This is based on independent analysis of the principal component of a MATLAB language program, you can download to look at, I hope there is help)
- 2009-01-11 14:43:42下载
- 积分:1
-
matlab
编程 图像处理MATLAB是矩阵实验室(Matrix Laboratory)的简称,是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分。
(image coverting)
- 2011-12-04 13:14:57下载
- 积分:1
-
waveprop
This function calculates displacement response at interfaces of an elastic multilayered medium to a vertically propagating unitary SV or SH elastic wave. The function can be used to calculate the displacement response in a layered soil profile. Transfer functions between interfaces can be easily calculated by division of the total (=upward+downward) displacement response on the corresponding interfaces.
- 2012-07-06 18:15:11下载
- 积分:1
-
irido
discrete-time transfer function to approximate
- 2010-12-16 19:25:25下载
- 积分:1
-
BinTree
说明: 计算生物二叉树的matlab具体程序,有需要的来看看啦(Calculation of the biological tree of matlab specific procedures, there is a need to look at the看啦)
- 2008-11-18 16:39:58下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
bilinear_interpolation
I_in - 输入待放大图像
N - 放大系数
I_out - 返回的放大图像">
- 2012-06-02 10:24:38下载
- 积分:1