-
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
-
MinesweeperAlgorithm
tells the spots to open and to flag in a 5*5 minesweeper(needs to be called again and again) can be expanded for bigger minesweeper games easily
- 2010-08-21 05:23:34下载
- 积分:1
-
Beamfrequencyequation
悬臂梁频率方程计算;将完整模型与损伤模型进行对比分析(Beam frequency equation to the full model were compared with the damage model)
- 2010-09-23 09:10:24下载
- 积分:1
-
bss
此程序主要是解决忙信号的线性分离的,将混合的未知信号尽可能的恢复出来,使之能够辨别。(The procedure is to solve the linear separation of busy signals, the mixed signals as far as possible the recovery of the unknown out, so that it can identify.)
- 2010-12-01 20:24:46下载
- 积分:1
-
Assignment-No-2
matlab assigment 001
- 2011-04-26 00:41:23下载
- 积分:1
-
GS-GSO
采用高斯变异改进基本萤火虫群优化算法,得到很好的效果(Gaussian variation improve basic fireflies swarm optimization algorithm to get good results)
- 2014-10-06 17:04:19下载
- 积分:1
-
imagefusion
图形融合程序,可以实现加权,IHS,PCA 三种融合算法(Graphics integration procedures can be achieved weighted, IHS, PCA three fusion algorithm)
- 2008-04-01 16:19:38下载
- 积分:1
-
[Poon][2006]-Engineering-Optics-With-MATLAB
Good book about Matlab and optics
- 2013-03-17 19:32:56下载
- 积分:1
-
c6exsf1
通过matlab编辑S函数来实现对单相接地故障中故障电阻的计算(S function editing through matlab to achieve the single-phase ground fault in the fault resistance calculation)
- 2013-09-20 15:53:05下载
- 积分:1
-
AdvancedMatlab
本书介绍了Matlab高级编程技术编译与外部程序接口和界面设计技巧等内容(This book presents advanced programming techniques compiled Matlab program with the external interface and interface design skills, etc.)
- 2011-12-05 16:33:22下载
- 积分:1