-
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
-
Pure_ALOHA
This matlab m-file is a programing file of Pure ALOHA. This file considers
- 2010-09-14 18:25:49下载
- 积分:1
-
Matlab_harmierdun
本程序是用matlab写的,用来求最优哈密尔顿回路的算法(This procedure is written in matlab to seek optimal Hamilton circuit algorithm)
- 2008-08-05 16:18:07下载
- 积分:1
-
IEEE14
IEEE14潮流计算 牛拉法 直角坐标形式 (The IEEE14 node power flow calculation cattle Rafah rectangular coordinate form)
- 2020-07-03 02:40:01下载
- 积分:1
-
PCSS_30130613
并行组合扩频系统程序,包括数据映射程序和数据逆映射程序(Parallel Combinatory Spread Spectrum system simulation)
- 2014-11-16 13:23:30下载
- 积分:1
-
clasicalpsd
谱估计一直以来被信号处理领域的工作者所关注,该程序总结了几个谱估计算法,供大家参考学习!(Spectrum Signal Processing has been of concern to workers in the field, the program summarizes the number of spectral estimation algorithm, for your reference to learn!)
- 2010-12-25 10:07:32下载
- 积分:1
-
TimeFrequency
perform transformation to time frequency domain
- 2011-07-03 02:25:37下载
- 积分:1
-
BUCK
基于MATLAB的BUCK变换器的仿真模型,可直接调用,参数设计已经调好(MATLAB simulation model based on the BUCK converter can be called directly, the design parameters have been adjusted)
- 2014-04-02 21:41:16下载
- 积分:1
-
Matlab遗传算法工具箱
说明: Matlab遗传算法工具箱
1.官方文档里面有很多的实例和参数的说明
2.图形化操作之后可以自动生成代码
3.注意在程序里面要关掉打开的文件 fclose(Matlab genetic algorithm toolbox
1. There are many examples and parameter descriptions in the official documents
2. Code can be generated automatically after graphical operation
3. Pay attention to close the open file Fclose in the program)
- 2020-10-17 14:37:54下载
- 积分:1
-
光伏并网逆变器SIMULINK仿真程序 grid_connected_doubleloop
光伏并网逆变器SIMULINK仿真程序,采用双闭环PI调节,并且加入重复控制(PV ,simulink ,repetive control, PI)
- 2021-01-08 21:08:51下载
- 积分:1