-
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
-
myconv
修改过后的离散信号的线性卷积函数,输入为两信号,输出为卷积函数(The modified linear convolution function)
- 2009-12-11 18:02:14下载
- 积分:1
-
homework
Matlab高级学习教程:熟悉基本矩阵运算、作图等便可开始此教程。(Matlab Advanced Learning Tutorial: familiar with the basic matrix operations, mapping, etc. can start this tutorial.)
- 2011-05-27 17:02:16下载
- 积分:1
-
initialize_CPML_ABC
说明: 计算了沿CMPL厚度方向,可以看出,CMPL的界面从第一个网格移动了1/4个网格,这是为了保证,CMPL更新的电场和磁场的数目相同。(The thickness direction along CMPL is calculated.It can be seen that the interface of CMPL moves 1/4 of the grid from the first grid to ensure that the number of electric and magnetic fields updated by CMPL is the same.)
- 2019-03-03 20:03:59下载
- 积分:1
-
matlab_fir
用窗函数法设计FIR数字滤波器。包括:1.矩形窗2.三角窗3.汉宁窗4.海明窗5.布拉克曼窗6.凯泽窗等(FIR digital filter design with a window function method. Including: a rectangular window. Triangular window. Hanning Hamming window, Blackman window and Kaiser window)
- 2012-03-21 09:25:26下载
- 积分:1
-
anfactpc
基于matlab的因子分析源码 主要可用于解决主成分因子分析类问题(Factor analysis source code based on matlab)
- 2012-04-25 15:08:55下载
- 积分:1
-
ADVANCED-MOUSE-POINTER-CONTROL-USING-TRAJECTORY
ADVANCED MOUSE POINTER CONTROL USING TRAJECTORY
- 2013-10-21 17:41:22下载
- 积分:1
-
mcmcCode
说明: mcmc的matlab实现,可用于参数估计(mcmc code by MATLAB,it can use to estimate the parameters)
- 2021-01-24 21:47:00下载
- 积分:1
-
prog1
本软件主要用于结构的时域试验模态分析,包括单输入单输出,单输入多输出和多输入多输出程序设计。传统的模态分析软件大多是基于频域分析方法,需首先对采样信号进行Fourier 变换。本软件使用实测时域信号,无需Fourier变换,可以避免由于信号截断而引起泄露、出现旁瓣、分辨率低等问题对辨识精度的不利影响。此外,节省了计算机运算时间,可以对实际工况状态下的结构进行在线参数识别。(This software is mainly used for the structure of time-domain experimental modal analysis, including single-input single-output, single-input multiple-output and multiple-input multiple-output programming. Traditional modal analysis software are mostly based on frequency domain analysis, needed first sampled signal Fourier transform. The software uses the measured time-domain signal without the need for Fourier transform, avoid truncated because of the signal caused by leaks, there sidelobes and low resolution of the issue of adverse effects on the identification accuracy. In addition, the savings in computing time, to the actual condition of the structure of the state-line parameter identification.)
- 2010-01-16 17:32:38下载
- 积分:1
-
Mybp
说明: 用c语言实现matlab,毕业设计很有用(C language with matlab, graduate design useful)
- 2011-04-11 19:39:10下载
- 积分:1