-
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
-
VC++callsM
说明: 压缩包内含有VC++中调用Matlab .m函数编译后的动态链接库和VC++中调用Matlab .m函数编译后的对应c函数(Compressed packets contain VC++ Calling Matlab. M function compiled dynamic link library and VC++ Calling Matlab. M function compiled function corresponds to c)
- 2008-12-05 10:27:22下载
- 积分:1
-
Fig5x31
电力电子、电机控制系统仿真模型 经典仿真源程序 洪乃刚版本(Power electronics, motor control system simulation model version of the classic simulation source Hong Naigang)
- 2011-05-09 23:22:04下载
- 积分:1
-
GUILayout_v1p13
This toolbox provides tools to create sophisticated MATLAB graphical user interfaces that resize gracefully. The classes supplied can be used in combination to produce virtually any user interface layout.
- 2013-09-01 23:15:11下载
- 积分:1
-
FDTD
不错的FDTD上手资料,合适光波导研究和其他研究,希望对大家有用。(Good FDTD started information, the appropriate optical waveguide and other studies, and hope to be useful.)
- 2013-04-03 10:59:10下载
- 积分:1
-
AC-MOTOR-CONTROL
AC MOTOR CONTROL TECHNİ QUE Wİ TH MATLAB
- 2013-12-27 20:07:40下载
- 积分:1
-
Matlab-simulink-CAD
说明: 东北大学薛定宇老师的精品课程讲义-控制系统仿真与CAD,PPT格式(Northeastern University, Xue Dingyu quality teachers Course Training Manual- Control System Simulation and CAD, PPT format)
- 2008-09-06 11:48:31下载
- 积分:1
-
MatlabPracticalProgram
说明: 包含图形应用篇,界面设计篇,图形处理篇,数值分析篇和很多实例(Chapter contains graphics applications, interface design articles, graphics processing articles, papers, and many examples of numerical analysis)
- 2010-04-01 15:10:27下载
- 积分:1
-
fuzzer_PID
说明: 基于MATLAB编程模糊控制PID源程序(PID fuzzy control based on MATLAB programming source code)
- 2010-04-12 22:55:35下载
- 积分:1
-
icicMATLAB
蜂窝小区资源分配,根据小区间干扰对部分小区进行限制,分配功率和频率资源,实现吞吐量最大化。(Cell resource allocation, according to the inter-cell interference on the part of the cell to limit distribution of power and frequency resources to maximize throughput.)
- 2014-07-11 15:50:05下载
- 积分:1