-
JIT
jit精益生产的论文,很经典的。毕业答辩的优的哈(jit lean production of paper, very classic. Ha excellent graduate reply)
- 2010-05-26 23:04:08下载
- 积分:1
-
newton
数值分析二分法、牛顿迭代法等方法的源程序,实验数据及实验结果(Source numerical analysis dichotomy, Newton iteration method and other methods, the experimental data and experimental results)
- 2012-11-15 20:30:21下载
- 积分:1
-
LFgauss
load flow study using gauss siedel method
- 2013-07-27 19:01:57下载
- 积分:1
-
main
在doa估计中最小均方误差的算子,在自适应滤波中有相关的应用(Doa estimation minimum mean square error of the operator, adaptive filtering application)
- 2012-09-08 10:51:36下载
- 积分:1
-
二维地震的反演程序 Two dimensional seismic inversion
二维地震的反演程序,对学习地震数据处理很有用的哦(Two dimensional seismic inversion program, useful for learning seismic data processing.)
- 2018-09-19 16:31:37下载
- 积分:1
-
upload
content of "upload" file is about digital signal processing
- 2011-01-22 20:10:55下载
- 积分:1
-
matlabPyrTools
matlab library to laplician pyramids
- 2013-12-09 22:04:41下载
- 积分:1
-
rsm
RS编码与译码程序具体的实现MATLAB实现(RS encoding and decoding process to achieve a specific realization of MATLAB)
- 2010-06-06 22:40:44下载
- 积分:1
-
zigbee_1.0
说明: matlab 下 zigbee 的仿真,很重要的东西。呵呵。(zigbee under matlab simulation, it is very important things. Ha ha.)
- 2009-08-14 15:30:25下载
- 积分: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