-
shijiaojiemian
在matlab绘图中可设置函数曲线图视角的用户界面的m函数。(Drawing in matlab function to set the curve of the user interface perspective m function.)
- 2008-01-15 21:51:35下载
- 积分:1
-
newpoly
说明: 数值分析的newpoly算法的matlab实现(newpoly the matlab implementation)
- 2011-04-02 14:35:55下载
- 积分:1
-
FisherDE-shiyan
实验一中的firsher线性判别器在matlab 中的简单实现,简单易行(Experiment 1 firsher linear discriminant simple implementation in matlab, simple)
- 2013-05-08 20:27:44下载
- 积分:1
-
encoder_chaos
数字混沌编码器与解码器.用非线性滤波器实现混沌的编码。(chaotic digital coder )
- 2010-11-04 23:48:12下载
- 积分:1
-
ghwt
说明: 规划问题的matlab源码,希望大家多提意见啊(Matlab source programming problems, hope that we do so ah)
- 2008-11-11 13:38:55下载
- 积分:1
-
iris_classification
Classification of iris data set using FLANN and epoch based learning(not iterative).The same technique is again used for realizing XOR gate
- 2013-05-10 17:08:06下载
- 积分:1
-
Matlab-time-frequency-analysis-
说明: Matlab时频分析技术及其应用中的源代码(Matlab time-frequency analysis technology and its application in source code)
- 2011-03-17 04:22:52下载
- 积分:1
-
ATR
矢量控制系统中的PI调节器,此为转矩调节器(PI regulator vector control system, this is the torque regulator)
- 2013-04-04 20:20:27下载
- 积分:1
-
Pend_Model
inverted pendulum model good example for modeling IP
- 2015-02-20 08:22:33下载
- 积分:1
-
minFD
用最速下降法求解多维函数的极值
function [x,minf]=minFD(f,x0,var,eps)
目标函数:f
初始点:x0
自变量向量:var
精度:eps
目标函数取最小值时的自变量值:x
目标函数的最小值:minf( With the steepest descent method for solving the multi-dimensional function of the extreme value function [x, minf] = minFD (f, x0, var, eps) target function: f Initial Point: x0 argument vector: var Accuracy: eps target function takes the minimum value of the independent variable values: x minimum target function: minf)
- 2015-05-31 14:43:54下载
- 积分:1