-
matlab2
平台开发的振动工具箱,进行振动中的数值计算(Vibration platform development toolkit for the numerical calculation of vibration)
- 2010-10-21 15:18:29下载
- 积分:1
-
read
用matlab编辑的一个读入图片代码,读入时需将图片放在指定位置。(Edited by matlab a picture of the code to read, to be read in the picture in the specified location.)
- 2014-09-03 20:10:07下载
- 积分:1
-
非线性动力学-分岔图-混沌-程序
说明: 上海交通大学非线性动力系统的分岔图绘制实例,非常简单好用。(The example of drawing bifurcation diagram of non-linear dynamic system in Shanghai Jiaotong University is very simple and easy to use.)
- 2021-03-17 16:49:20下载
- 积分:1
-
ACP2
anoother acp really simple
- 2010-11-04 00:31:43下载
- 积分:1
-
lsqcurvefit
说明: 一个有关matlab解决最小二乘法函数lsqcurvefit的简要介绍,网上找的,分享了。。。(Matlab solve a least squares lsqcurvefit function of a brief introduction, on-line to find and share.)
- 2009-08-19 09:23:03下载
- 积分:1
-
code
简单的matlab图象修正算法 采用的是sobel函数(Simple matlab edge extraction algorithm using sobel function)
- 2013-03-26 19:06:34下载
- 积分:1
-
MATLAB虚拟信号发生器
基于Matlab的仿真,虚拟信号发生器,实现各种信号(sin cos ... )的发生(Matlab based simulation, virtual signal generator based on Matlab simulation, virtual signal generator, achieve various signals (sin...The occurrence of))
- 2019-07-10 15:29:19下载
- 积分:1
-
Wireless-sensor-network
基于虚拟力的无线传感器网络覆盖算法,完整可靠,可直接输出结果(Wireless sensor network coverage algorithm based on virtual force, complete and reliable, and can output directly)
- 2016-11-02 19:22:15下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
hazaboduixiao_fangzh
雷达目标检测方法之一的海杂波对消法的仿真例子(Radar target detection in sea clutter simulation example for Consumer Law)
- 2014-02-20 18:41:13下载
- 积分:1