-
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
-
432
matlab gui实例,创建一个窗口,绘制三维图像,创建按钮,修改颜色(matlab gui example, create a window, and modify the menu bar buttons)
- 2010-12-07 10:37:22下载
- 积分:1
-
fabryparot4project
calculate the band of Fabry-Parot Filter (A Fabry-Parot Filter consist of the cavity formed by two highly reflective mirrors placed parallel to each other , as shown in the figure 1.The input light beam to the filter enters the first mirror at right angles to its surface. The output of the filter is the light beam leaving the second mirror. This filter is called Fabry-Parot or etalon. This is a classical device that has been used widely in interferometric applications. Fabry-Parot filters have been used for WDM in several optical network test beds. There are better filters today, such as thin film resonant multi cavity filter and they can still be viewed as Fabry-Perot filter. This type of filter transmits a narrow band of wavelengths and rejects wavelengths outside of that band. An interesting feature of this type of filter is its ability to "select" a different peak wavelength as the filter is tilted)
- 2009-06-12 16:08:36下载
- 积分:1
-
fruitshibie
MATLAB编写的水果识别程序,可测试多幅图片,绝对可用。配有完整代码,报告,图片。帮助理解图像处理,识别的好例子。(MATLAB prepared fruit recognition program can test multiple pictures, absolutely free. With complete code, reports, and pictures. Help understand the image processing, a good example of recognition.)
- 2014-06-07 16:15:09下载
- 积分:1
-
cc
说明: hslogic算法仿真,基于MATLAB/SIMULINK的LPC特征提取仿真与分析(Hslogic algorithm simulation, LPC feature extraction simulation and analysis based on MATLAB / Simulink)
- 2020-02-04 19:01:26下载
- 积分:1
-
inversion
核磁共振地下水探测反演软件,模拟退火法,最小二乘法(MRI detection of groundwater inversion software, simulated annealing method, least-squares method)
- 2010-01-27 14:18:18下载
- 积分:1
-
electronic-simulation
a simulation of electric motor
- 2012-04-17 09:42:22下载
- 积分:1
-
positive-portrait-identification-
一种正面人像识别的方法,论文.格式caj。利用活动轮廓模型进行人像处理,自动提取人脸轮廓。(A positive portrait identification method)
- 2013-09-23 10:38:59下载
- 积分:1
-
QPSK_simulation
qpsk系统仿真过程,包括输入和输出,值得参考(qpsk system using input and output)
- 2014-11-06 20:41:19下载
- 积分:1
-
universal-characteristic-curve
发动机万有特性曲线的画法以及代码MATLAB(Engine universal characteristic curve drawing method and MATLAB code)
- 2013-10-22 16:15:49下载
- 积分:1