-
photograph
说明: 几个关于matlab图形应用的程序,大家看看有没有对您有帮助的。(Several programs on the matlab graphics applications, we see if there is help for you.)
- 2011-03-13 13:55:05下载
- 积分:1
-
ROBO1
un petit programme pour faire tourner un robot scara mais just trois routation
- 2012-04-12 19:00:56下载
- 积分:1
-
AF_SER
放大转发协同网络中的误码率仿真,可以进行功率优化和中继位置优化(AF network the simulation of ser)
- 2013-03-18 23:15:31下载
- 积分:1
-
elastic-machenics--example-program
弹性力学自动计算软件,仅适用于图片中题目(Software automatically calculates the elasticity is only applicable to the subject image)
- 2011-11-22 16:27:25下载
- 积分:1
-
C-PID
基于C语言的PID功能实现,用c语言编写的PID算法(PID function based on the C language implementation)
- 2012-11-22 21:08:06下载
- 积分:1
-
do_square_filter_clock
this is a matlab
code
- 2010-10-24 00:14:48下载
- 积分:1
-
Form1
Convert PS 2 PDF. Require MikTex installation for correct convert.
- 2015-01-13 02:22:33下载
- 积分:1
-
fzgiztrx
相关分析过程的matlab方法,部分实现了追踪测速迭代松弛算法,一些自适应信号处理的算法,搭建OFDM通信系统的框架,用MATLAB实现动态聚类或迭代自组织数据分析,合成孔径雷达(SAR)目标成像仿真,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法。( Correlation analysis process matlab method, Partially achieved tracking speed iterative relaxation algorithm, Some adaptive signal processing algorithms, Build a framework OFDM communication system, Using MATLAB dynamic clustering or iterative self-organizing data analysis, Synthetic Aperture Radar (SAR) imaging simulation target, Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm.)
- 2016-04-07 22:10:35下载
- 积分: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
-
Proficient-in-MATLAB-GUI-design
《精通MATLAB GUI设计》随书源代码程序(" Mastering MATLAB GUI design" with the book source code program)
- 2011-08-21 00:02:10下载
- 积分:1