-
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
-
image
this simulation finding error in a cotton based on training cotton with morphological function
- 2013-08-25 17:15:39下载
- 积分:1
-
Huffman
用vs2013写的霍夫曼编码程序,可将.txt中的英文字符串(包括各种字符如:逗号)编码后输出到一个.txt中,并且可输出构建的霍夫曼树,保存编码方式。(Huffman coding using vs2013 to write programs in English can be txt string (including a variety of characters such as: the comma). Encoded output to a txt, and can output to build Huffman tree, save the encoding. .)
- 2014-02-07 15:23:50下载
- 积分:1
-
msk
msk一种恒包络信号,本源码用多种方案实现MSK信号的调制和解调(msk a constant envelope signal, the source with a variety of programs to achieve the modulation and demodulation of MSK)
- 2010-12-04 13:53:11下载
- 积分:1
-
D-learnig-matlab
深度学习工具箱,很多深度学习的源码,可以用于后级开发(deep learning toolbox)
- 2015-10-26 08:04:53下载
- 积分:1
-
stdc_sim
计算神经网络学习过程中时间可塑性的依赖性的程序(compute time-dependant plastic)
- 2017-04-21 00:46:58下载
- 积分:1
-
FastCodeAcquisition_and_Tracking_forDSPSS
讨论基于软件无线电技术的直接序列扩频码元捕获及跟踪的快速算(Discussion is based on software radio technology, direct-sequence spread-spectrum code yuan to capture and track the fast calculation)
- 2009-12-17 11:11:53下载
- 积分:1
-
n_pca
说明: 模式识别PCA(principle component analysis)源码.matlab 格式。PCA为经典而且经常使用的算法。(pattern recognition PCA (principle component analysis) source. Matlab format. PCA to the classic and often use the algorithm.)
- 2005-11-08 15:34:39下载
- 积分:1
-
MATLABfisherprotected
Face Recognition Based on FisherFaces
- 2012-05-25 17:35:17下载
- 积分:1
-
readprime
该函数的功能主要是用于读取nc格式的气象雷达数据(The function of the function is mainly used to read the weather radar data of nc )
- 2014-12-29 19:54:21下载
- 积分:1