-
testcon
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)
(Optimization of a mathematical model function testcon () set the initial value, the upper and lower limits x0 = [18 13 11] lb = [3 0.1 7] ub = [25 1 25] Call for Function Optimization (testcon))
- 2007-10-18 10:08:29下载
- 积分:1
-
zernike
matlab的zernike矩算法,可计算R(matlab zernike)
- 2009-04-17 21:01:25下载
- 积分:1
-
MT_6225_USB_Driver
mtk mt6225 usb driver
- 2009-12-11 15:40:07下载
- 积分:1
-
jiefangcheng
说明: matlab中解方程得应用,现形微分方程的解法等(matlab equation was applied in solution, the solution of differential equations edition, etc.)
- 2008-09-17 12:47:45下载
- 积分:1
-
ECHO
说明: 实现回波抵消功能的代码,在MATLAB中实现达到了消除回波的作用,效果很好(Achieve echo cancellation function code, in MATLAB to achieve to achieve the elimination of the role of echo, very good)
- 2008-11-01 12:31:57下载
- 积分:1
-
ofdm2
说明: ofdm的变成实现,一本中文书上的例程,供大家参考(The realization of ofdm, a routine in a Chinese book, for your reference)
- 2019-04-02 18:18:55下载
- 积分:1
-
WirelessVectorControlofInductionMotor
REAL TIME MODELING BY USING DSPACE
- 2010-10-07 16:46:44下载
- 积分:1
-
myfriedman
practice of statistics with the help of matlab using ANOVA
- 2011-02-15 17:04:06下载
- 积分:1
-
GM(1_1)
GM(1,1)模型1-4
1:GM(1,1)模拟模型,在matlab中的输入方法为gm1(x),x指要模拟的序列。
2:GM(1,1)预测模型,在matlab中的输入方法为gm2(x,K),x指要模拟的序列,K指从以后序列第一个数据算起的第k个待预测数据。
3:GM(1,1)群模拟模型,在matlab中的输入方法为gm3(x),x指要模拟的序列。
4:GM(1,1)群预测模型,在matlab中的输入方法为gm4(x,K),x指要模拟的序列,K指从以后序列第一个数据算起的第k个待预测数据。
gm4对序列趋势比较好的数据预测效果较好,对上下变动的数据,特别是后4个数据趋势跟前面的数据相反的,预测效果很差。
gm2对上下变动的数据,预测效果比gm4好,但对趋势较好的数据,预测精度没有gm4高。
gm3比gm1模拟精度要高。
可以以x=[1 3 5 7 9 11 13 15]进行实验。x输入默认行向量。
所有程序在matlab6.0上调试通过。(GM (1,1) 1-4 1 : GM (1,1) simulation model Matlab in the input method for gm1 (x), x entail simulation sequence. 2 : GM (1,1) model, in the Matlab input method for gm2 (x, K), x entail simulated sequence, from the K refers to the first series after a run of data k pending forecast data. 3 : GM (1,1)- simulation model, in the Matlab input method for gm3 (x), x entail simulation sequence. 4 : GM (1,1)- forecasting model, in the Matlab input method for gm4 (x, K), x entail simulated sequence, from the K refers to the first series after a run of data k pending forecast data. Gm4 right sequence relatively good trend data predicted better results, the next change in the data, especially after four data with the previous trend data contrary, predict poor. Gm2 next to the change in forecast resu)
- 2007-05-31 11:13:42下载
- 积分:1
-
Gaussian-blur-with-CUDA-5
cuda5 and matlab code for Gaussian filtering and parallel image processing code, we hope to help
- 2013-10-01 10:52:33下载
- 积分:1