-
FPGA
The FPGA interface design
- 2010-11-04 09:15:43下载
- 积分:1
-
ecgbeat
bio signal processing ECG
- 2014-11-05 21:47:32下载
- 积分:1
-
TIAOJIAO_Mqxd_JC10
血细胞图像调焦清晰度判别函数主要利用爬山算法实现(Blood cells image focusing clarity discriminant function climbing algorithm)
- 2012-12-04 14:54:18下载
- 积分:1
-
e_e
Rod Boundary Condition Tor tor
- 2012-04-24 20:30:27下载
- 积分:1
-
MATLABfacemomentsp
Face Recognition Based on Statistical Moments
- 2012-05-25 17:37:43下载
- 积分:1
-
搜索算法
说明: 搜索算法,matlab十大经典算法之一。数学建模常用算法,里面解释的非常清晰,读者自学可用。(Search algorithm is one of the ten classic algorithms of MATLAB. Mathematical modeling commonly used algorithm, which explains very clearly, the reader self-study available.)
- 2020-03-18 17:14:24下载
- 积分:1
-
Degree_Distribution
复杂网络中,度分布计算,函数,并绘制出度分布的分布图(Complex networks, distributed computing degree, function, and mapping the distribution of out-degree distribution)
- 2009-04-02 18:54:37下载
- 积分:1
-
samsung
仿照三星二维Hamming纠错,能在长信息元中纠正1-bit错误(Two-dimensional Hamming error correction along the lines of Samsung)
- 2009-12-03 15:39:19下载
- 积分:1
-
papersofmatlab
说明: matlab遗传算法实现论文,十分经典有用,对学习遗传算法编程很有帮助。(matlab genetic algorithm papers, very classic useful and helpful in learning genetic algorithm programming.)
- 2010-04-05 17:06:02下载
- 积分: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