-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
asymppdc
Asymptotic partially directed coherence
- 2013-03-14 00:50:01下载
- 积分:1
-
CurveMeasure_MATLAB
The purpose of this standalone MATLAB package is to allow users to quickly and automatically quantify the alignment of periodic structures (e.g. collagen fibers) in an image, with respect to a user-specified boundary or an absolute reference.(The purpose of this standalone MATLAB package is to allow users to quickly and automatically quantify the alignment of periodic structures (eg collagen fibers) in an image, with respect to a user-specified boundary or an absolute reference.)
- 2011-11-12 22:24:17下载
- 积分:1
-
New-WinRAR-archive
newton raphson load flow code used in matlab
- 2016-02-28 04:00:07下载
- 积分:1
-
signal
signal processing codes
very helpful to everone
implements important algorithms such as music, beamforming, aic, mdl..
- 2010-06-27 19:20:58下载
- 积分:1
-
ecc
points on elliptic curve, for ecc (elliptic curve cryptosystem)... point addition point multiplication
- 2009-12-16 06:48:07下载
- 积分:1
-
INSNavagationInMatlab
在Matlab环境下,仿真实现了INS导航,输出量为经度、纬度、北东天三个方向以及航向、俯滚、偏航随时间的变化。(In Matlab, Simulation of the INS navigation output for the longitude, latitude, North East, the direction and course of three days, overlooking the roll, yaw over time.)
- 2010-12-28 10:38:50下载
- 积分:1
-
snake
根据徐晨阳梯度向量流snake方法编写程序(based on Chenyang Xu s GVF snake)
- 2015-04-03 19:59:13下载
- 积分:1
-
knnsearch
寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理(This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing.
The code was initially implemented through vectorization. After discussions with John D Errico, I realized that my algorithm will suffer numerical accurancy problem for data with large values. Then, after trying several approaches, I found simple loops with JIT acceleration is the most efficient solution. Now, the performance of the code is comparable with kd-tree even the latter is coded in a mex file.
The code is very simple, hence is also suitable for beginner to learn knn search.)
- 2010-03-16 14:08:11下载
- 积分:1
-
EX242
说明: 计算平面九桁架的时域动力响应,运用中心差分方法,状态空间法(Nine of plane truss dynamic response in time domain using the central difference method, state space method)
- 2011-02-26 15:22:43下载
- 积分:1