-
302302003
无约束一维极值问题,进退法,黄金分割法、奜波那契法,牛顿法,割线法,goldstein法,wolfe-powell 算法matlab源代码(Unconstrained a d extremum problems, in a method, the golden section method, wave that contract law, Newton method, secant line rule, goldstein method, Wolfe-Powell algorithm matlab source code
)
- 2011-06-19 10:48:48下载
- 积分:1
-
matla-tu-xiang-chu-li-yuan-cheng-xu
matlab图像处理示例详解,杨丹,赵海滨等,书中的源程序(Detailed matlab image processing example, Dan Yang, Zhao Haibin, etc., in the book of the source)
- 2013-08-21 21:15:20下载
- 积分:1
-
MRTD2D_TE_DB_FDTD
基于FDTD与PML的连接边界条件的2维MRTD电磁正演散射模型。(Based on FDTD and PML connection boundary conditions is performed 2-D MRTD electromagnetic scattering model.)
- 2011-10-28 10:31:14下载
- 积分:1
-
kalman_mppt-master
filter kalman mppt for PV
- 2020-10-04 13:27:39下载
- 积分:1
-
scatter_q11
Scatter plot given x,y locations and SINR distribution with each service node. SINR distribution is color coded in the 2D scatter plot.
- 2014-12-14 22:04:16下载
- 积分:1
-
work
this is the code of a GUI that zoom the image on different algorithms and converts the RGB image to grey scale.
- 2012-11-21 19:45:46下载
- 积分:1
-
Matlab-bifurcation-diagram-program
本程序能够准确的计算非线性动力系统的分岔图,相图,波形图,从而可以为工程技术人员和科研人员的理论建模提供数值模拟论证方法。(The program can calculate the exact bifurcation diagram nonlinear dynamical system, phase diagram, waveform, which can provide a method for the numerical simulation of argumentation theoretical modeling engineers and researchers.)
- 2021-03-17 20:19:20下载
- 积分:1
-
matlab_sph
This is an matlab source code for smoothed particle hydrodynamic simulaiton. It include matlab routines and input data.
- 2020-12-16 10:49:13下载
- 积分:1
-
IECRS-reduce
变压器油中溶解气体的故障诊断方法,即IEC三比值法。用Matlab 程序运用的结果进行整理而得到的约简后的故障诊断决策表(Dissolved gases in transformer oil fault diagnosis method, that is, three-ratio method IEC. Matlab program used to collate the results of the application obtained after reduction of the fault diagnosis decision table)
- 2009-04-15 16:26:18下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1