-
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
-
wuxiandiannganrao
为了创造一个和谐的,有序的电磁环境,需要对无线电干扰有正确的了解,利用MATLAB软件对通信过程中可能出现的无线电干扰进行了仿真(In order to create a harmonious and orderly electromagnetic environment, the need for a proper understanding of radio interference, using MATLAB software, communications may occur during a simulation of radio interference)
- 2010-08-21 10:11:19下载
- 积分:1
-
OnlineWeighMatlab
Matlab simulink working example for online weighing of a conveyor.
- 2010-10-25 18:16:16下载
- 积分:1
-
bpsk
说明: 本程序实现的功能是:bpsk在matlab上的调制解调(modulation and demodulation of bpsk on matlab.)
- 2010-04-09 20:58:12下载
- 积分:1
-
bolztmann
使用bolztmann机实现多层分类网络,内有mnist数据集(Machine to achieve multiple classifiers using bolztmann network data sets within mnist)
- 2011-06-08 19:01:15下载
- 积分:1
-
Particle-swarm
粒子群优化算法,《精于matlab最优化计算》一书中的源代码,希望有用(Particle swarm optimization algorithm)
- 2011-09-17 21:05:22下载
- 积分:1
-
matlab-import-dxf
用matlab读取.dxf文件。本站原有代码dxf2coord_20.m中对于圆弧只能读出其圆心坐标及半径,缺少圆弧起始角及终止角,并不能在应用中实际用起来。修改后可以读出圆弧的起始角和终止角(the script can offer start angle and end angle of an arc,which are unable to access in an earlier script dxf2coord_20.m 。)
- 2020-06-30 07:00:02下载
- 积分:1
-
SEPandLeach
sep and leach routing protocols in wireless sensor networks is a typical routing protocol
- 2014-01-19 22:26:50下载
- 积分:1
-
huadong
自己编的对于风电功率预测中风速预测采用滑动平均法(Their compiled for wind power prediction of wind speed prediction using the moving average method)
- 2015-05-10 21:22:18下载
- 积分:1
-
buildgui(Tao_giao_dien_trong_Matlab)
Creating Graphical User Interfaces
- 2010-06-22 08:10:23下载
- 积分:1