-
works
matlab程序工具包,可以替代matlab7中works文件夹以使用(matlab program kit, you can substitute matlab7 folder in the works to use)
- 2008-07-12 15:22:54下载
- 积分:1
-
cc
说明: Matlab版本三次样条插值,介绍了Matlab三次样条插值(有条件情况下),可以在Matlab上直接运行(Matlab version of the cubic spline interpolation, introduced Matlab cubic spline interpolation (under certain conditions), can be run directly on the Matlab)
- 2010-02-22 13:26:43下载
- 积分:1
-
electromagnetic_field_numerical
一本介绍电磁场数值分析的书,分别介绍了有限差分,有限元,矩量法和最优化方法(1 Introduction Numerical Analysis of Electromagnetic Field book, introduced the finite difference, finite element, method of moments and optimization methods)
- 2010-05-27 10:52:01下载
- 积分:1
-
kriging
kriging(克里金)插值方法,参照2011年国赛建模A题前两问。(kriging (kriging) interpolation method, with reference to 2011 model A country race before the two asked questions.)
- 2020-11-04 16:49:51下载
- 积分:1
-
matlabcanrecord
这是很实用的一个matlab的录音界面小程序,经行语音录制,分析等。(This is a very useful little program matlab recording interface, the line of voice recording and analysis.)
- 2011-12-15 20:13:55下载
- 积分:1
-
第11章程序
matab GUI设计的非常好实例,绝对收益(matab GUI good design example,easy to learn ,quick to apply)
- 2017-10-09 11:19:06下载
- 积分:1
-
P104_imagenr
利用MATLAB语言实现RGB图像自动降噪(RGB images using MATLAB language to achieve automatic noise reduction)
- 2009-09-16 21:28:53下载
- 积分:1
-
Numerical_Analysis_with_MATLAB
It provides some examples in numerical analysis using Matlab like solving polinomies, solution on nonlinear equations, etc.
- 2009-12-13 23:25:52下载
- 积分:1
-
photonic
FDTD计算二维光子晶体结构的matlab源代码(FDTD calculation of two-dimensional photonic crystal structure of the source code matlab)
- 2010-12-28 10:17:21下载
- 积分: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