-
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
-
Matlab-parallel-programming
《实战Matlab之并行程序设计》一书的程序代码,供大家参考。(《Combatting Matlab Parallel Programming》 program code, for your reference.)
- 2013-03-11 19:52:27下载
- 积分:1
-
mallatxiaobopu
小波谱分析mallat算法经典程序-此示意程序用D实现小波谱分析(Small spectral analysis the Mallat algorithm classic program- This indicated the small spectral analysis procedures D)
- 2013-04-19 22:38:08下载
- 积分:1
-
SMOTE
The SMOTE function takes the feature vectors with dimension(r,n) and the target class with dimension(r,1) as the input.
And returns final_features vectors with dimension(r ,n) and the target class with dimension(r ,1) as the output.
- 2016-10-22 15:33:03下载
- 积分:1
-
c-t
a program,filter method,cartoon-texture decomposition for image,Fast Cartoon + Texture Image Filters(a program,filter method,cartoon-texture decomposition for image,Fast Cartoon+ Texture Image Filters)
- 2015-04-11 11:51:34下载
- 积分:1
-
1420085301PredictiveControl
Book for predictive control
- 2011-01-13 05:08:41下载
- 积分:1
-
work
说明: 使用matlab gui编成的简易计算器,附带源码(easy calculate)
- 2010-04-26 09:20:18下载
- 积分:1
-
fingfang_v27
包括单边带、双边带、载波抑制及四倍频,有借鉴意义哦,AHP层次分析法计算判断矩阵的最大特征值。( Including single sideband, double sideband, suppressed carrier and quadruple, There are reference Oh, Calculate the maximum eigenvalue judgment matrix of AHP.)
- 2016-05-26 10:11:30下载
- 积分:1
-
MATLABjiekezuoye
这是有关matlab结课作业,是我们几个同学集体努力做得论文,也许对大家有用。(This is the matlab Guitar Lesson operations, is our collective efforts of several students doing papers, and perhaps useful to everyone.)
- 2008-12-29 22:14:16下载
- 积分:1
-
matlab-base
matlab的讲义,一些基础知识,语法知识等等(matlab lectures, some basic knowledge, grammar, etc.)
- 2011-11-11 14:28:30下载
- 积分:1