-
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
-
111
MODEL OF Brussless DC Moter
- 2014-12-09 23:41:41下载
- 积分:1
-
adaptive-control
exercise of adaptive control from
- 2013-05-27 02:27:04下载
- 积分:1
-
PIDMATLAB
介绍了各种PID算法,以及对各种PID算法进行了matlab编程仿真(Describes the various PID algorithm, as well as a variety of PID algorithm matlab simulation program)
- 2013-08-08 22:43:50下载
- 积分:1
-
MATLAB-linear-equation
数值分析的线性方程组的解法,工具使用的是matlab,很实用。(Solution of linear equations, numerical analysis, tool use matlab, very practical.)
- 2012-09-04 14:29:49下载
- 积分:1
-
MMSE_RISIC
判决反馈均衡器,前馈滤波器在频域实现,反馈消除干扰(DFE equaliter ,the forward filter is in frequency domain ,the feedback filter can estimate ISI )
- 2021-02-08 11:59:54下载
- 积分:1
-
Plsgui
PLS-GUI。非常经典的PLS软件。完全图形化。(PLS-GUI, written for MATLAB)
- 2015-01-08 16:31:32下载
- 积分:1
-
FloydSPR
一种最短路径算法,floyd是研究最短路的应用(A shortest path algorithm, Floyd is the application of the shortest path)
- 2013-05-12 18:34:51下载
- 积分:1
-
chaosyihuo
用混沌形成一个序列然后对图像进行排序置乱和异或加密处理,效果很好(Forming a chaotic sequence and then sort of image scrambling and XOR encryption process, with good results)
- 2015-05-08 15:40:57下载
- 积分:1
-
《射频电路设计——理论与应用》一书课后习题第二章Matlab程序代码-RF_ch02
《射频电路设计——理论与应用》一书课后习题第二章Matlab程序代码("RF circuit design-- Theory and Application," a book OSCAR Exercise second chapter Matlab code)
- 2005-04-04 19:42:16下载
- 积分:1