-
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
-
BasedonMatlabchaoticsystemsimulationandanalysis
对混沌现象和特征进行简要描述并用Matlab软件对一个混沌系统进行仿真和分析(Of chaotic phenomena and features a brief description and Matlab software on a chaotic system simulation and analysis)
- 2007-12-26 19:55:23下载
- 积分:1
-
wavelettransformationprogram--
说明: 系统介绍了几种常用的小波变换程序(matlab)(The file introduces some common wavelet transformation programs
)
- 2011-03-02 19:44:40下载
- 积分:1
-
matlab-advanced-applications
matlab 高级应用的一些例子,希望对大家有所帮助(matlab examples of advanced applications, we hope to help)
- 2011-10-05 20:22:12下载
- 积分:1
-
shuangyinduopin
双音多频信号,根据输入的音频信号判断实际对应的数字(Dual tone multi-frequency signal, the audio signal is determined based on the actual input of the corresponding number)
- 2014-12-10 20:04:48下载
- 积分:1
-
decimate
MATLAB 数字信号处理工具箱中decimate函数c语言实现(MATLAB Digital Signal Processing Toolbox decimate function c language)
- 2013-11-05 14:13:08下载
- 积分:1
-
chengxu
用元胞自动机模拟博客圈里舆论的传播过程,可得到最终结果图形。(Analysis of the propagation of discussion topics in the blogosphere with CA)
- 2012-02-06 20:54:17下载
- 积分:1
-
RADAR-simulation-code
这是关于RADRA仿真的.有如下代码placeClutter.m, plotDistLines.m, plotFOV.m, radarSimulation.m, runRadarSim.m, targetsReturn.m, radarSimulation.fig, analyzBuffer.m, buildAntenaGain.m, createTargets.m, displayTargets.m, handleRadarControlls.m, MTIcalcTargetsV.m(RADRA simulation. PlaceClutter.m following code, plotDistLines.m, plotFOV.m. radarSimulation.m, runRadarSim.m. targetsReturn.m, radarSimulation.fig. analyzBuffer.m, buildAntenaGain.m. createTargets.m, displayTargets.m. handleRadarControlls.m, MTIcalcTargetsV.m)
- 2007-05-16 11:02:44下载
- 积分:1
-
kalman-filter
该文件是介绍卡尔曼滤波算法的,整个设计过程和思路明晰。(The document was introduced Kalman filtering algorithm, the whole design process and clear thinking.)
- 2013-07-25 09:25:16下载
- 积分:1
-
66582
matlab lectuers to program polyfitting
- 2014-09-05 12:02:45下载
- 积分:1