-
Conveerters
converts cell array into scalar float array
- 2010-12-16 19:33:20下载
- 积分:1
-
ackley
这是一个matlab程序,用于粒子群算法的(This is a matlab program for particle swarm optimization)
- 2010-06-09 10:34:14下载
- 积分:1
-
wavelet_transf-beta
程式用matlab工具程式編輯實現了小波變換進行圖像壓縮,並且顯示壓縮前後的圖像。 代碼很簡明清晰,適合初學者研究和學習(Editing utility program to achieve with the matlab wavelet transform image compression, and displays the image before and after compression. The code is simple and clear, suitable for beginners research and study)
- 2010-01-20 21:19:07下载
- 积分:1
-
mtalab_F_P
基于matlab的汽车驱动力阻力平衡设计。可用于检测汽车的总体设计是否满足要求。(Matlab car driving force resistance balanced design. The overall design may be used to detect whether the vehicle meets the requirements.)
- 2013-12-12 13:35:34下载
- 积分:1
-
guidedfilter
kaiming he的guided image filtering的c++代码,利用VS2010+OPENCV2.4.4实现,效果和公布的MATLAB代码相同。(C++ code for KaiMing He s guided image filtering, the result as same as matlab code which publish in the web, project is code via VS2010+OPENCV2.4.4.)
- 2013-12-15 21:38:35下载
- 积分:1
-
jixian zaihe_combine_4.2 excel
通过修改输入excel表中铺层及材料属性信息,计算层合板的等效刚度及极限强度(The equivalent stiffness and ultimate strength of the laminates are calculated by modifying the information of the properties of the laminates and materials in the excel table.)
- 2020-06-20 06:00:01下载
- 积分:1
-
ditfft
本程序是对iditfft算法的仿真,即对快速傅立叶变换的仿真。(This program is iditfft simulation algorithm, namely, the fast Fourier transform simulation.)
- 2009-10-23 10:41:30下载
- 积分:1
-
jigeshili
说明: 几个matlab的实力,包括:
非线性微分方程的求解.doc
RLS,Demonstration of Wiener filter,LMS filter,Steep-descent algorithm.doc
matlab下gabor滤波算法,可以提取图象纹理特征.doc(several Matlab strength, including : non-linear differential equation solving. Doc RLS. Demonstration of Wiener filter, LMS filter, Steep- descent algorithm.doc Matlab under gabor Filtering algorithms can be extracted image texture features. doc)
- 2006-05-10 01:23:26下载
- 积分:1
-
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
-
ACL
Rutines to analize the ACL of one dimention, generate ACL of variable neighborhood radius, claculate bruijn diagram, Generate subset matrix
acl.mat -> Graf a Celular Autoamta L=1
bruijn.mat -> Generate bruijn diagram and the bruijn matrix
invbruijn.mat -> Se le pasa la matriz de evo y el saca los parametros (el inverso)
subconjuntos.mat -> Generate subset matrix
invsubcon.mat -> Generate the inverse of subset matrix
parejas.mat ->Generate the couple matrix
anteriores"
(Rutines to analize the ACL of one dimention, generate ACL of variable neighborhood radius, claculate bruijn diagram, Generate subset matrix
acl.mat-> Graf a Celular Autoamta L=1
bruijn.mat -> Generate bruijn diagram and the bruijn matrix
invbruijn.mat-> Se le pasa la matriz de evo y el saca los parametros (el inverso)
subconjuntos.mat -> Generate subset matrix
invsubcon.mat -> Generate the inverse of subset matrix
parejas.mat ->Generate the couple matrix
anteriores"
)
- 2009-11-21 02:49:58下载
- 积分:1