-
pls
create a gaussian bell
- 2009-10-22 13:23:13下载
- 积分:1
-
MusicPlayer
说明: 音乐播放器MATLAB代码,带有GUI界面(MATLAB code for music player with GUI interface)
- 2020-05-24 12: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
-
doddcx
对偶单纯形法matlab的实现,是我的一个作业.看看好用不.(dual simplex method Matlab the realization of one of my operations. Not look at the handy.)
- 2007-03-09 09:36:55下载
- 积分:1
-
IG-base-on-s-fun
这是一篇介绍如何利用s函数对dq坐标系下的异步电机进行建模仿真的文章,给出了关键部分s函数代码,并有仿真结果(This is an article on how to use s function dq coordinate system for modeling and simulation of induction motors article gives a critical part of the s function code, and simulation results)
- 2011-06-23 19:29:39下载
- 积分:1
-
createButtonLabel
buttonIcon = createButtonLabel(string,PVs,figOpt)
Have you ever been frustrated by an inability to label a vertically oriented pushbutton or uicontrol with a string? This function is for you!
All valid Parameter-Value pairs, INCLUDING TEXT ROTATION, are supported. Note that this function requires the Image Processing Toolbox, and that it triggers the creation of a temporary figure, which will be momentarily visible during button-label creation.
- 2009-10-21 15:19:29下载
- 积分:1
-
EM277
EM277.zip是圣西门子S200的编程软件v4.0 Step 7 MicroWin的库(EM277.zip St. Simons S200 programming software v4.0 Step 7 MicroWin library)
- 2014-11-02 11:09:40下载
- 积分:1
-
matlab
matlab代码 迭代法求解非线性方程
用不动点迭代法求非线性方程组的一个根(matlab code iterative method for solving nonlinear equations using fixed point iteration method for solving nonlinear equations of a root)
- 2013-11-18 13:02:37下载
- 积分:1
-
FEM Potential
Codes to determine the potential of parallel plate capacitor using finite difference method
- 2018-02-07 00:51:07下载
- 积分:1
-
gmgafsa
说明: 这是一个机遇鱼群算法的节点部署源代码,对于研究鱼群算法的朋友有帮助,请大家参考。(This is an opportunity to fish the source code node deployment algorithm, the algorithm for the study of fish friends to help, please refer to.)
- 2011-03-23 14:25:21下载
- 积分:1