-
Numerical-Analysis-Based-on-MATLAB
科学计算引论-基于MATLAB的数值分析 第二版(本书重点为数值计算方法和计算的可视化)(Introduction to Scientific Computing- MATLAB-based numerical analysis second edition (book focuses on numerical methods and computational visualization))
- 2013-08-26 23:26:35下载
- 积分:1
-
bayesClassifier
bayes Classifier ,impleneted by matlab.
- 2014-11-30 15:26:08下载
- 积分:1
-
dataview
该程序可以对雷达回波数据进行处理,分帧画出数据的幅度分布图和相位分布图。(The procedure can be processed radar echo data amplitude of the data sub-frame to draw maps and phase distribution of Fig.)
- 2013-05-16 19:26:40下载
- 积分:1
-
MNPBEM13
基于matlab的三维边界元法。可以计算金属球,金属棒,金属圆环等结构的远场光散射和场分布。(Matlab-based three-dimensional boundary element method. You can calculate the metal balls, metal rods, metal ring structures such as the far-field light scattering and field distribution.)
- 2021-03-08 21:29:28下载
- 积分:1
-
fingerprint_recognition_algorithm_matlab_programmi
matlab程序设计指纹识别算法源码fingerprint recognition algorithm matlab programming source code(fingerprint recognition algorithm matlab programming source fingerprint recognition algorithm matlab programming source code)
- 2010-08-02 10:03:17下载
- 积分:1
-
lizi2
说明: 采用白噪声作为输入,最小二乘算法,并用于求解丢潘图方程(Using white noise as input, least squares algorithm, and graph equations for solving lost Pan)
- 2010-04-27 19:07:38下载
- 积分:1
-
MIMOchoice_version1.0
天线选择的参考资料,初学者必备!很有用的哦!(Reference antenna selection, beginners must have! Oh, very useful!)
- 2014-09-21 03:32:14下载
- 积分: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
-
solve
利用matlab编写相关的算法求解微分方程,积分方程等。(Using matlab algorithm for solving differential equations, integral equations.)
- 2013-04-22 21:56:38下载
- 积分:1
-
toeplitzmult
Toeolitz矩阵的相乘程序,实现Toeplitz矩阵的相乘操作(matlab program for toeplitz matrix multiplication)
- 2010-08-06 11:33:02下载
- 积分:1