-
GUO_Toolbox2.08_source
Programming tool for creating reusable Graphic User Interface (GUI) components.
- 2011-01-04 22:35:06下载
- 积分:1
-
single-position-align
对固定位置的惯性器件的输出进行处理,实现位置姿态的对准(Fixed position on the output device for processing inertial achieve alignment position and attitude)
- 2014-12-15 16:32:53下载
- 积分:1
-
shortestroad
Matlab源程序求任意两点间的最短距离(Matlab source code for any of the shortest distance between two points)
- 2007-09-15 00:06:06下载
- 积分:1
-
OurAngle
该程序是将摄像机旋转矩阵反求得到欧拉角过程,算法简单,容易操作。(The program is to get the camera rotation matrix Euler angle reverse the process, the algorithm is simple, easy to operate.)
- 2011-04-19 10:01:01下载
- 积分: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
-
LFM_time_frequency
线性调频信号的时域,频域表示,包括坐标转换设置。对雷达初学者有指导意义!(Linear FM signals in time domain, frequency domain representation, including coordinate conversion settings. Radar beginners guide!)
- 2010-05-16 08:38:38下载
- 积分:1
-
ewr
惯导解算代码,使用四元数理论,解算过程,我是来骗分的,行了不?20字了不?懒得改你脚本而已(The INS solver code, using the quaternion theory, solving process, I deceive points, the line does not? 20 words do not? Too lazy to change your script.)
- 2012-05-24 21:23:57下载
- 积分:1
-
2
说明: 第二章 MATLAB 图形绘制基础
2.1 二维绘图
2.1.1 基本绘图函数
2.1.2 图形窗口的修饰
2.2 三维绘图
2.2.1 plot3 函数
2.2.2 三维网格图和曲面图(MATLAB chapter 2.1 Rendering the basis of two-dimensional mapping function 2.1.2 graphics 2.1.1 basic graphics window 2.2 modified three-dimensional mapping function 2.2.1 plot3 Figure 2.2.2 Three-dimensional grid and surface map)
- 2007-08-07 18:08:28下载
- 积分:1
-
fem.2.1
很好的FEM(有限元)matlab工具包(good FEM (Finite Element) Matlab Kit)
- 2005-01-21 22:15:53下载
- 积分:1
-
matlab_huffman
利用matlab实现数字图像HUFFMAN二元和三元编码,效果不错。(HUFFMAN digital images using matlab binary and ternary coding, good results.)
- 2009-11-19 16:47:50下载
- 积分:1