-
edgeextracting
matlab灰度图像的边缘提取:直方图均衡化,canny算子实现一阶偏微分,计算梯度幅值和方向(matlab Gray Image Edge Extraction: histogram equalization, canny realization of first-order partial differential operator, calculate the gradient magnitude and direction)
- 2010-11-30 13:53:18下载
- 积分:1
-
MATLAB1
当前MATLAB在数字图像处理和分析中的应用(MATLAB in digital image processing and analysis)
- 2013-03-02 20:53:15下载
- 积分:1
-
RemoveSpace
Remove Extra Spaces (Sometimes text values contain leading, trailing, or multiple embedded space characters, this function removes spaces from text except for single spaces between words)
- 2014-09-21 10:30:43下载
- 积分:1
-
4
说明: romberg求积分,用C++编程实现的 非常好用 谢谢下载(romberg I)
- 2009-12-03 09:32:30下载
- 积分:1
-
Montecarlo
说明: montecarlo算法 matlab编程(montecarlo algorithm matlab programming)
- 2009-08-13 18:21:40下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
matcom_functions
MATCOM提供了MATLAB到C++的编程接口,本文是MATCOM4.5的说明文档,详细介绍了MATCOM的各个函数和操作符等。(MATCOM MATLAB to C++ provides a programming interface, this article is MATCOM4.5 documentation, detailing MATCOM various functions and operators and so on.)
- 2014-08-18 10:39:13下载
- 积分:1
-
PCA
主成分分析的Matlab程序,包括完整的计算过程,相关参数计算及绘图(Principal component analysis)
- 2015-01-23 11:25:04下载
- 积分:1
-
char_string
举例实现由int转换到char类型;string数据连接添加char数组;string转化到const char类型;(Example to achieve the conversion from int to char type string data connections add char array string conversion to const char type )
- 2013-01-17 12:01:26下载
- 积分:1
-
VB_MATLAB_interface_example
说明: VB与MATLAB接口使用实例.保准一学就会。(VB and MATLAB interface examples.保准One school will be.)
- 2008-12-05 21:46:13下载
- 积分:1