-
NNET
BP-神经网络 The neural network is trained with the Levenberg-Marquardt algorithm.
The activation functions can be either linear ( L ) or hyperbolic tangent ( H ).(Backpropagation neural network with one hidden layer for multivariate calibration. (Designed to model only one response y at a time) )
- 2010-11-19 17:36:19下载
- 积分:1
-
matlab_ti
image processing toolbox for matlab
- 2011-04-23 23:52:10下载
- 积分:1
-
3_IllustrEx
introduction to matlab
- 2012-05-16 17:14:45下载
- 积分:1
-
opticalwaveguiderefractionindex
这是一个利用matlab求解光波导折射率与其波导深度的模拟程序,利用的是wkb法(This is a use of Matlab for its optical waveguide refractive index waveguide depth simulation program, wkb use of the law)
- 2007-04-09 11:30:03下载
- 积分:1
-
Matlab
自学matlab必备的60个小例子,包括牛顿插值、taylor解常微分方程等算法的matlab实现源代码,保证正确(It includes 60 examples of the code of matlab)
- 2011-12-22 21:20:02下载
- 积分:1
-
1RC
hppc实验的数据分析,重要参数的提取,本代码适用于二阶等效电路,可以计算其中的串联电阻,并联的RC电路中的参数的值是多少,另外可以提取相应的每一个步骤所对应的开路电压,电流,以及对应的实验的时间。(hppc experimental data analysis, extraction of important parameters, the code for the second equivalent circuit can be calculated as one of the series resistance of the parallel RC circuit of the value parameter, the other can extract the corresponding corresponding to each step The open circuit voltage, current, and time of the corresponding experiments.)
- 2021-01-08 11:48:51下载
- 积分:1
-
Radarsystemsimulation
matlab codes for ofdm and radars
- 2009-12-11 18:46:10下载
- 积分:1
-
Ch10_8_15
CHAPTER 10 控制系統的設計
許多受控程序的轉移函數包含一對或更多對的共軛複數極點。在s 平面中若複數
根非常接近虛數軸,則閉迴路系統會變成輕微阻尼或不穩定(CHAPTER 10 control system design of many controlled program transfer function contains a pair or more pairs of conjugate complex number of poles. If the plural in the s-plane root number very close to the imaginary axis, then the closed loop system becomes slightly damped or unstable)
- 2012-10-04 11:23:10下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
RobotSimulator
机器人仿真程序,有界面和运行系统,供初学者学习(robot simulator,just for preliminary learner to study。Thank you very much。haha )
- 2010-11-25 15:52:32下载
- 积分:1