-
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
-
ImageResample(matlab)
图像重采样程序,可以实现图像任意大小的尺寸调整,采用分片重采样方法(Image resampling process, image of any size can be adjusted, subdivision resampling methods
)
- 2013-10-19 10:02:04下载
- 积分:1
-
ewwqm
用matlab画了一个小动物,利用了plot,sina,cos等 函数(use Matlab drew a small animal
)
- 2013-05-09 15:13:08下载
- 积分:1
-
MDP
马尔科夫决策过程,强化学习的一种算法。主要用于机器人。(Markov process decision)
- 2020-11-25 20:09:31下载
- 积分:1
-
cSharp-GUIP-instrument-panel
c# GUI+ 多种仪表盘,很难找的仪表盘,也很实用(c# GUI+ variety of dashboard, it is difficult to find the instrument panel, but also very practical)
- 2013-10-03 20:47:01下载
- 积分:1
-
audoiMATLAB
基于声卡和MATLAB的数据采集与分析系统(audio matlab)
- 2009-05-30 12:31:34下载
- 积分:1
-
AFD
利用MATLAB GUI设计滤波器界面,可以设计IIR滤波器(Filter Design using MATLAB GUI interface, you can design IIR filter)
- 2009-06-10 00:23:06下载
- 积分:1
-
facedetection
简单的人脸识别代码,如果是其他图片的话,放在当前文件下,修改一下文件名即可。(Face Recognition simple code, if it is the other picture, then on the current file, the file name can be changed a bit.)
- 2009-05-05 09:33:30下载
- 积分:1
-
psotb-alpha-0.1
PSO ALGORITHM for PSO optimization in matlab
- 2010-03-10 03:04:16下载
- 积分:1
-
nsphere
N个小球的电磁散射,只有偶极子点的相互作用(Scattering by N Small Spheres, dipole point interactions only)
- 2011-06-03 23:27:53下载
- 积分:1