-
Hand_Geometry_biometrics
The matlab code contains feature extraction of Hand goemetry in biometrics
- 2009-10-24 15:11:12下载
- 积分:1
-
juxing
基于有限元的矩形短边双脊波导的传输特性matlab代码包括衰减系数,单模带宽,截止波长功率容量等(Based on the short side of the rectangular finite element double-ridged waveguide transmission characteristics include attenuation coefficient matlab code, single-mode bandwidth cutoff wavelength power capacity, etc.)
- 2013-09-15 17:48:31下载
- 积分:1
-
mask_fcc
In this paper, we propose and investigate a lowcomplexity human motion tracking system which is based on ultra-wideband (UWB) radio nodes.
- 2011-11-17 14:05:14下载
- 积分:1
-
eee
遗传算法优化bp神经网络,采用的是实数编码方式。(Genetic algorithm optimization bp neural network, using real number encoding.)
- 2014-02-19 15:08:29下载
- 积分:1
-
QAM
QAM is quadrature amplitue modulation...in wireless communication...this code is used to control the exceeding power of some mobile users..
- 2014-02-24 16:08:29下载
- 积分:1
-
correlation
to find the correlation of the image
- 2009-02-09 02:50:22下载
- 积分:1
-
fenge
对图像进颜色空间分割,并进行聚类分析,代码简单,直接运行即可(clustering)
- 2010-07-07 21:35:14下载
- 积分:1
-
GPC
广义预测控制仿真程序,体内各国作业的形式,内附作业题目。(Generalized predictive control simulation program, the body in the form of national operations, containing assignment questions.)
- 2020-11-19 20:39:41下载
- 积分:1
-
Introduction-to-Matlab-SVM
说明: Matlab支持向量机导论(中文版)
作者:【英】 Nello Cristianini , John Shawe-Taylor
译者:李国正,王猛,曾华军
出版社:电子工业出版社
版次:2004年3月第1次印刷(Introduction to Matlab Support Vector Machine (Chinese Edition) Author: n. Nello Cristianini, John Shawe-Taylor Translator: Li Guo-Zheng, Wang Meng, who Huajun Publisher: Electronic Industry Press Revision: March 2004 1st Printing)
- 2011-04-12 16:12:39下载
- 积分:1
-
panzoom
与潘左击鼠标拖动,绘制一个右键拖动zoombox,并检视双击所有数据。这也保留任何现有的WindowButtonXFcn这个数字已,以及任何轴UIContextMenus。
我写了实时数据采集这一点,因为linkaxes套XLimMode至“手动“ -这意味着将不会自动调整轴的新数据。
panzoom(figureHandle,axesHandles)
添加到这个数字,只能到指定的坐标轴功能的处理。
panzoom(figureHandle,axesHandles,XLink的)
panzoom(figureHandle,axesHandles,XLink的,雁联)
假设你有四个轴处理:1,2,3,4。你可以连接所有的X轴一起:XLink的= [1,2,3,4],或者你可以对链接在一个单元格数组中:XLink的={[1,2][3,4]}。这同样适用于雁联。 XLink的或雁联也可以为空。(Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes UIContextMenus.
I wrote this for live data capture, as linkaxes sets XLimMode to "manual"- which means the axes wouldn t automatically resize for new data.
panzoom(figureHandle, axesHandles)
Adds the functionality to that figure, ONLY to the axes handles specified.
panzoom(figureHandle, axesHandles, xLink)
panzoom(figureHandle, axesHandles, xLink, yLink)
Assuming you have four axes handles: 1, 2, 3, 4. You could link all of the x axes together: xLink = [1, 2, 3, 4], or you could link them in pairs in a cell array: xLink = {[1, 2], [3, 4]}. The same applies for yLink. xLink or yLink can also be empty.)
- 2011-05-15 17:52:58下载
- 积分:1