-
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
-
mre
基于李雅普诺夫的睡眠脑电动力学分析 核心算法程序。(Lyapunov-based kinetic analysis of sleep EEG procedures for the core algorithm.)
- 2009-04-13 23:20:55下载
- 积分:1
-
machine-schedule
一个可变机器调度MATLAB程序,希望对大家有用!(MATLAB a variable machine scheduling program, we hope to be useful!)
- 2011-01-24 17:14:38下载
- 积分:1
-
suiji
说明: 使用MATLAB进行时间序列分析及建模与预报(Time series analysis and modeling and forecasting)
- 2010-04-15 11:20:14下载
- 积分:1
-
dwt2
本代码基于dwt的音频水印技术,在音频中加入高斯随机水印,达到防伪的效果。(The code is based on dwt audio watermarking technology in audio watermarking by adding Gaussian random to achieve security results.)
- 2011-05-10 22:52:27下载
- 积分:1
-
f_path
图论及复杂网络中,Warshall-Floyd算法求解两点间最短路径。(Figure dealt with complex networks, Warshall-Floyd algorithm to solve the shortest path between two points.)
- 2011-10-10 16:11:53下载
- 积分:1
-
compressed--sensing-
压缩感知算法,提出了一种新型的信道估计算法(compressed sensing although,A novel channel estimation algorithm is proposed)
- 2014-02-19 15:12:54下载
- 积分:1
-
EbookAnalogandDigitalFilterDesign
Practical Analog and Digital Filter Design 模拟数字滤波器设计,一本关于滤波器设计的英文书,很详细地介绍了设计方法。很好的一本英文书,一起分享。(Practical Analog and Digital Filter Design。A book which about design of analog and aigital filter.it has the practical mathod of design. It is really a good book,share with all of you.
)
- 2009-11-11 16:46:59下载
- 积分:1
-
SPEEDCONTROLBLDCMOTOR
speed control of brushless dc moter
- 2014-12-10 00:05:32下载
- 积分:1
-
mutibodyMatlab
用于计算多体系统动力学的程序,可用于多体系统动力学的计算和仿镇,也可用于机器人的设计和计算(used in the calculation of multi-body system dynamics procedure can be used for multi-body system dynamics calculations and imitate town, Robots can also be used for the design and calculation)
- 2021-04-06 09:49:03下载
- 积分:1