-
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
-
chap5_03_PP_STC_Direct
系统辨识和自适应控制中极点配置直接自矫正控制(Direct from the poles corrective control in System identification and adaptive control)
- 2012-07-01 15:18:43下载
- 积分:1
-
svpwm
SVPWM的matlab程序实现,源程序逐句有注释。(SVPWM matlab program implementation, the source was previously published annotated.)
- 2020-10-24 12:07:21下载
- 积分:1
-
MVDR_beam
波束形成算法中的最小方差无失真响应波束形成器,并在一个图中给出常规波束和MVDR两种波形。
(Beamforming algorithm in the minimum variance distortionless response beamformer and give a diagram of conventional beamforming and MVDR two waveforms.)
- 2009-03-17 09:44:10下载
- 积分:1
-
10172932360
一本很好用的关于matlab应用的书,之前的一个不能打开(Used in a very good book on the matlab application, one should not open before)
- 2008-03-22 18:56:08下载
- 积分:1
-
2013420064H1
using the maping and composite method to calculate the integration of exp(-x2/2)
- 2014-12-29 13:44:20下载
- 积分:1
-
RNG-for-topology
这是个MATLAB 得程序,有关的内容是 无线传感器网络得拓扑控制问题,一共有1个算法,希望对对无线传感器网络感兴趣的得大大们有一定的帮助。谢谢大家。
(it is the problem of topology control, if you are interested in it please download it .
)
- 2021-04-23 10:38:48下载
- 积分:1
-
powerflow
用MATLAB写的五节点潮流程序,包括PQ、牛拉、高斯以及保留非线性算法。(Using MATLAB to write five-node flow program, including PQ, trekking, Gaussian and nonlinear algorithm reserved.)
- 2016-03-15 12:20:30下载
- 积分:1
-
PARK
实现坐标系的逆变换,即将dq坐标转换为abc坐标(dq TO abc)
- 2012-04-25 21:31:38下载
- 积分:1
-
Haze-remove
图像去雾算法Matlab代码,可以实现图像去雾处理(Haze remove code)
- 2013-12-22 20:20:18下载
- 积分:1