-
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
-
simpsal
说明: 基于视觉注意机制的图像显著图提取,包括亮度,dkl颜色,方向等通道,合成图像的显著性描述图(Image-based visual attention saliency map mechanism extraction, including brightness, dkl color and direction of channels, the significance of synthetic image description graph)
- 2011-03-22 20:36:56下载
- 积分:1
-
droop4
下垂控制的matlab仿真,有功和无功的调节。(simulink of droop control,adjust of active power and reactive power.)
- 2013-07-30 16:44:59下载
- 积分:1
-
VSC
VSC modeling in Matlab/Simulink
- 2012-07-30 22:38:45下载
- 积分:1
-
Powerflow
说明: IEEE33潮流计算函数,主程序输入负荷就可以进行潮流计算。输出电压网损功角(IEEE33 power flow calculation function, the main program input load can be used for power flow calculation. Output Voltage Network Loss Power Angle)
- 2019-04-03 19:55:20下载
- 积分:1
-
hayes
hayes mat programs for adaptive filtering
- 2011-08-30 18:10:22下载
- 积分:1
-
Xiao
Xiao信道模型的建立及仿真,还有自相关函数的仿真结果(Xiao channel model simulation correlated function)
- 2021-03-25 16:19:13下载
- 积分:1
-
0fdm
基于qpsk的程序仿真的源代码,用于对qpsk进行仿真(source code based on qpsk)
- 2011-12-02 22:32:29下载
- 积分:1
-
yyyyy
matlab fft 加速度时程与位移的变换(fourier)
- 2009-12-16 15:53:10下载
- 积分:1
-
sp3_2dat
提取精密星历的轨道信息,将其存放在数组中便于计算卫星的运行轨道(Extract precise orbit ephemeris information and store it in an array to facilitate the calculation of satellite orbit)
- 2014-09-23 18:56:29下载
- 积分:1