-
MATLABProgramSourceCode
这是科学运算语言MATLAB程序设计有关的函数代码(This is a scientific computing language of MATLAB programming code related to the function)
- 2010-07-08 10:00:24下载
- 积分:1
-
xbmojidazhidcdbyjc
MATLAB编写,可以实现掌纹图像的边缘提取,基于小波模极大值边缘提取。(Image edge detection.)
- 2010-10-25 16:35:27下载
- 积分:1
-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
5956456image_encryption
图像加密程序,基于混沌系统的MATLAB实现(Image encryption, chaotic systems based on MATLAB to achieve)
- 2009-05-16 21:31:52下载
- 积分:1
-
solve_poisson
解二维possion方程,利用pcg方法求解第一类边值问题(Solution the dimensional possion equation, using the pcg method for solving the First Kind Boundary)
- 2012-05-01 16:31:13下载
- 积分:1
-
ChebyshevExpansionLegendreExpansion
Chebyshev和Legendre展开(Chebyshev and Legendre expansion)
- 2011-08-22 15:00:04下载
- 积分:1
-
Matlab-source-book
有关书中的一些matlab源程序,使新手明白程序过程(The book matlab source, so that novice to understand procedures process)
- 2013-01-02 16:16:08下载
- 积分:1
-
1
说明: 给出轨道根数,求初始位置与速度并作图。其中地球以真实比例缩放画出(Gives the orbital elements, find the initial position and velocity, and mapping. Which to draw the earth to the true scaling)
- 2011-11-29 19:26:52下载
- 积分:1
-
ecg
产生模拟的心电信号,包含源代码和解释,并在matlab中仿真,希望帮助到大家(Generate simulated ECG, including source code and explanation, and simulation in matlab, hoping to help everyone)
- 2013-11-27 20:48:11下载
- 积分:1
-
finish
实现快速傅里叶变换,自编函数FFT.而不需使用matlab自带的FFT函数(it can realize the fast fuleir tansform)
- 2009-09-11 16:25:25下载
- 积分:1