-
Matlab1
一本有关matlab的学习的详细手册 很有用的(A book about learning matlab detailed manual very useful)
- 2008-01-30 15:40:25下载
- 积分:1
-
callmatlab
说明: 这是一个利用perl调用matlab的接口函数,可以在perl环境下运行matlab函数(This is a call using perl interface matlab function, you can run perl environment matlab function)
- 2009-08-19 16:30:45下载
- 积分:1
-
xiangguanxishufaEEMDzhenshifenliang
通过相关系统法滤除集成经验模态分解(EEMD)中的虚假分量(Filtered through the relevant system integration method empirical mode decomposition (EEMD) the false component)
- 2013-08-28 16:49:21下载
- 积分:1
-
CreateColorCheckerChart
Script to make (synthesize) a perfect X-Rite Color Checker Chart from the X-Rite supplied sRGB values.(This chart has been known in the past as the Gretag Macbeth ColorChecker Chart,
and the Munsell ColorChecker Chart.)
- 2013-04-15 20:20:55下载
- 积分:1
-
视频播放器实现player
MATLAB GUI应用-视频播放器实现(player by MATLAB)
- 2020-07-19 18:18:46下载
- 积分:1
-
heat4
heat4 implecit heat4 implecit
- 2012-06-03 02:53:23下载
- 积分:1
-
Adaboost
很好的Adaboost自学实例,简单易懂(A simple but robust Adaboost exmaple, which is easy enough by self-learning)
- 2012-07-18 19:05:08下载
- 积分:1
-
choppercycloconverter
chopper cycloconverter with document
- 2010-01-23 03:03:59下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
mixture-Gauss-model-EM-matlab
EM算法计算混合高斯模型,可以计算三个参数。(Gaussian mixture model EM algorithm, three parameters can be calculated.)
- 2021-03-12 21:29:24下载
- 积分:1