-
chap2
MATLAB赋值,获取最大值,及其最小值到等!(MATLAB assignment, obtain the maximum)
- 2010-05-06 12:56:10下载
- 积分:1
-
GARCHTool
this file gives the parameters of a model estimated from given data. this is usfull in estimationa and forecasting
- 2014-09-15 15:58:17下载
- 积分:1
-
cs766
文章:Automatic Image De-Weathering Using Curvelet-Based Vanishing Point Detection 的对应代码(matlab code for Automatic Image De-Weathering Using Curvelet-Based
Vanishing Point Detection )
- 2011-05-10 17:11:24下载
- 积分:1
-
模糊综合评判方法(matlab)
说明: 首先确定被评价对象的因素(指标)集和评价(等级)集;再分别确定各个因素的权重及它们的隶属度向量,获得模糊评判矩阵;最后把模糊评判矩阵与因素的权向量进行模糊运算并进行归一化,得到模糊综合评价结果(Firstly, the factor (index) set and the evaluation (grade) set of the evaluated object are determined; then the weight of each factor and their membership degree vectors are determined separately, and the fuzzy evaluation matrix is obtained; finally, the fuzzy evaluation matrix and the weight vector of the factor are fuzzily calculated and normalized, and the result of the fuzzy comprehensive evaluation is obtained.)
- 2019-05-28 23:36:58下载
- 积分:1
-
my-2d_fft
实现快速傅里叶变换函数的matlab程序,以2D作为基来写的(Fast Fourier transform function matlab program to 2D as a base to write)
- 2013-08-08 09:34:36下载
- 积分:1
-
matlab_dsolve
关于matlab中dsolve函数的一些使用说明及例子(About matlab function in dsolve some instructions and examples)
- 2014-02-25 21:32:26下载
- 积分:1
-
ExampleTwo
BFGS的matlab算法,大家可以自己看一下(methods of BFGS in matlab )
- 2010-11-10 11:28:34下载
- 积分:1
-
SMC_all
应用matlab进行粒子滤波在无线传感器中的目标追中的仿真(Application of the particle filter matlab wireless sensors in the simulation of target tracking)
- 2011-05-11 09:27:41下载
- 积分: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
-
matlabusedinmonidianhefa
说明: matlab应用在工程电磁场中,利用模拟电荷法数值计算解决工程电磁场中的各种问题(matlab electromagnetic fields used in the project, using the charge simulation method to solve engineering numerical computation of electromagnetic field problems)
- 2009-08-03 16:27:27下载
- 积分:1