-
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
-
Antenna
利用时域有限差分法对基于表面等离子体的天线进行模拟(Use of finite difference time domain simulation method based on surface plasmon antenna)
- 2012-06-22 13:43:26下载
- 积分:1
-
rutgers-lib-30991-PDF-1
lamb wave used for detection of damage
- 2014-08-25 14:55:22下载
- 积分:1
-
StockMarketGroupFinalSoftware-
股票分析、预测MATLAB程序,网上淘到的一个历程,希望对精于M编程的股民有所帮助。(Stock analysis, forecasting MATLAB program, a process of scouring the Internet to hope for skilled investors M programming help.)
- 2014-12-22 17:19:23下载
- 积分:1
-
MATLAB
图像处理基础算法源代码MATLAB集合,里面很多修改就可以用(Image Processing MATLAB based algorithm source code set, which can be used to modify many)
- 2011-11-30 21:52:03下载
- 积分:1
-
k_means_datapoint
k_means聚类算法matlab实现,运用matlab环境实现了聚类经典算法k_means实现对数据点的分类(the implementation of k_means in matlab)
- 2013-12-07 16:39:48下载
- 积分:1
-
zuoyeCMA
CMA恒模算法的盲均衡的Matlab仿真。包含主程序和调用程序,SISO(CMA constant modulus algorithm for blind equalization Matlab simulation. Including the main program and the calling program, SISO)
- 2012-02-05 16:30:33下载
- 积分:1
-
BrugLevinson
MATLAB实现功率谱估计的程序最大熵谱法,Brug法和Levinson法。(MATLAB realize the power spectrum estimation procedure for maximum entropy spectral method, Brug law and Levinson Law.)
- 2008-03-20 19:46:56下载
- 积分:1
-
duhen
说明: duhen迟滞模型的MATLAB语言实现,这是自己对照duhen迟滞模型的数学表达式编写的,已经运行过,完全正确(On the hysteresis)
- 2021-04-07 10:49:01下载
- 积分:1
-
FBD
FBD法谐波检测 在matlab R2007b版中建立,完整可运行
- 2020-07-02 10:00:01下载
- 积分:1