-
GUIS_FEX
matlab GUI的例子,个个都是经典,大家都下载来学习(All of the handles to the various objects created in each GUI, as well as
data needed to run the GUI, are stored in a main structure called S.
The fieldnames for handles are in lower case letters, and the fieldnames
for data are in uppercase letters. Callback function names are
designated with the fieldname of the object to which they correspond,
followed by _call. Other function names are similarly designated. For
instance, a keypressfcn will end in _kpfcn and a buttondownfcn will end
in _bdfcn. The code of each GUI is generously commented, and subtle
points may be examined in the comments (see for example the last comment
block in GUI_32). If anything seems unclear, look first in the comments,
and if satisfaction is not found there feel free to email me.)
- 2010-12-24 13:40:00下载
- 积分:1
-
6spline
返回系数估计向量;stats返回各种参数估计;’wfun’指定一个加权函数;tune为调协常数;’const’的值为’on’(默认值)时添加一个常数项;为’off ’时忽略常数项(Return coefficient estimate vector stats back to a variety of parameter estimation ' wfun' to specify a weighting function tune for the co-ordination constant ' const' value ' on' (default value) add a constant term for the ' off' time ignore the constant term)
- 2010-06-16 08:32:13下载
- 积分:1
-
wenyin4
feature selection algorithm
- 2010-05-10 11:25:35下载
- 积分:1
-
mSequences
Maximum Length PN sequences are binary sequence generators that are capable of outputting all possible combinations of binary sequences in 2^m-1 cyclic shifts, where m is the size of the LFSR (Linear Feedback Shift Registers ) used in generating such sequences. Terms like Psuedorandom binary sequences (PRBS) or psuedonoise sequences are also used to refer m-sequences.
- 2012-05-01 13:46:39下载
- 积分:1
-
eemd
EMD源码,共享给大家使用,希望能帮到你些忙。(EMD source sharing for everyone to use, I hope to help you more busy.)
- 2008-04-25 16:37:30下载
- 积分:1
-
sellmeier_glass
Program for Sellmeier equation of pure glass @20°C in the bandwidth 0.2-1.7 um. In the program n is the obtained refractivr index whereas l is the wavelength.
- 2010-01-07 06:22:45下载
- 积分:1
-
neural-network-analysis
MATLAB神经网络30个案例分析程序和数据(MATLAB neural network analysis of 30 cases the programs and data)
- 2013-04-04 18:43:29下载
- 积分:1
-
wiener
winner滤波器matlab代码实现,已测试(winner filter matlab code, has been tested)
- 2013-12-18 10:14:03下载
- 积分:1
-
径向基函数神经网络的优点 RBF_NN_MIC
说明: 径向基函数神经网络的优点:逼近能力,分类能力和学习速度等方面都优于BP神经网络,结构简单、训练简洁、学习收敛速度快、能够逼近任意非线性函数,克服局部极小值问题。原因在于其参数初始化具有一定的方法,并非随机初始化。代码为RBF的matlab程序,可以使用但是需要自己配置数据。(Radial Basis Function Neural Network (RBF-NN) has the advantages of better approximation ability, classification ability and learning speed than BP Neural Network (BP Neural Network). It has simple structure, simple training, fast learning convergence, and can approximate any non-linear function to overcome the local minimum problem. The reason is that its parameter initialization has a certain method, not random initialization.)
- 2020-06-15 22:40:02下载
- 积分:1
-
backpropagation
useful backpropagation
- 2009-03-27 06:54:16下载
- 积分:1