-
jacobi
matlab 矩阵计算 求逆中的jacobi迭代法 还是比较有效的(matlab inverse matrix calculation of jacobi iteration method is more effective)
- 2011-09-16 09:23:54下载
- 积分:1
-
Matlabfiles
MATLAB uses column-oriented analysis for multivariate statistical data. Each
column in a data set represents a variable and each row an observation.
- 2014-11-01 21:14:41下载
- 积分:1
-
Taup-reflectivity-modering
Taup域的反射法正演MATLAB程序,还不错,希望大家下去看看!(Taup domain reflectometry forward MATLAB program, well, I hope you go to see!)
- 2015-04-17 18:19:04下载
- 积分:1
-
PIDcontrol
先进的PID控制,PDF的电子书加源码,可以对学习PID的朋友有所帮助(Advanced PID control, PDF e-book plus source code, can help a friend learn PID)
- 2010-09-07 17:49:23下载
- 积分:1
-
greypred
灰色预测的模型,我们用它做过东北三省的数学建模比赛并取得不错的成绩。(The grey prediction model, we use it for the mathematical modeling contest in the three provinces of Northeast China and achieved good results.)
- 2015-01-17 10:35:11下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
CHAP6_1
先进PID多变量控制 matlab仿真程序(advanced PID multivariable control Matlab simulation program)
- 2006-11-22 16:49:17下载
- 积分:1
-
koch
用于描述函数koch;
koch分形曲线实例。(Used to describe the function koch koch fractal curve examples.)
- 2008-12-10 22:22:39下载
- 积分:1
-
correlation-dimension(GP-method)
一种常见的计算关联维的matlab计算程序,希望对大家有用,我是新手请多关照(A common correlation dimension matlab program, I hope useful for everyone, I am a novice and wish me)
- 2013-01-11 21:06:05下载
- 积分:1
-
MFCC1
matlab环境下,用于语音识别的MFCC参数的提取。(matlab environment for speech recognition of MFCC parameters extracted.)
- 2010-05-29 18:55:23下载
- 积分:1