-
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
-
annealing
模拟退化算法在C环境下的实现,以及在Matlab中对其进行调用。(Simulation of the degradation of algorithm in C environment to achieve, as well as in Matlab in their call.)
- 2008-03-27 16:04:01下载
- 积分:1
-
Z2
说明: 数值分析一题,
曲面拟合
5个表达式(that a numerical analysis, surface fitting 5 expression.)
- 2006-06-09 18:16:00下载
- 积分:1
-
1
说明: 模拟退火算法matlab源程序,有应用例子(Simulated annealing algorithm matlab source, application examples...)
- 2014-01-17 13:09:13下载
- 积分:1
-
seawater
物理海洋学中包括状态方程在内的很多海水物理属性的计算方程程序,如果学物理海洋的话强烈建议下载(In physical oceanography, there are many equation programs for calculating physical properties of seawater, including the equation of state. If you study physical oceans, download them is strongly recommended.)
- 2021-04-12 21:08:57下载
- 积分:1
-
MathematikInformatiker2
Gerald Teschl s matlab files for german book: "Mathematik für Informatiker 2: Analysis und Statistik" ISBN "9783540724513"
- 2010-08-26 19:42:55下载
- 积分:1
-
seg
Graphic user interfase who desing dynamic systems of second order from college assigment in Barranquilla, Colombia
- 2010-05-10 10:23:56下载
- 积分:1
-
spid
Speaker Recognition using matlab
- 2012-08-07 14:24:55下载
- 积分:1
-
docs
papers based on distributed arithmetic.
- 2014-02-06 16:17:09下载
- 积分:1
-
minPowell
无约束多维极值问题的解决方法程序,matlab程序,具有很强的鲁棒性(Unconstrained multi-dimensional extremal problem solution procedures, matlab program, which has strong robustness)
- 2012-06-12 13:59:48下载
- 积分:1