-
matlabcodeofleida
说明: 这是数模比赛里面的多雷达多目标数据融合代码,希望对大家有用~~(This is the Multi-radar data fusion multi-target code of Mathematical Model Competition,Hope to be useful~)
- 2010-04-23 00:17:25下载
- 积分:1
-
11
有详细的整数规划源代码,可以用于控制器参数寻优(Detailed integer programming source code, can be used for controller parameters optimization)
- 2011-06-12 18:45:17下载
- 积分:1
-
isctest
this code implemented for ICA algorithm and can be use for face recognition
- 2013-02-19 16:38:31下载
- 积分:1
-
SampEn
使用matlab软件计算信号的样本熵,亲测有效,分享给同行研究。(Sample entropy calculation)
- 2018-11-24 10:00:32下载
- 积分:1
-
5paritcle-examples
说明: 粒子滤波的5个示例程序,对初学者非常有用(5examples for particle filter ,useful for new users)
- 2011-04-06 22:24:08下载
- 积分:1
-
QAM16
QAM16在通信系统中是一种简单的调制方式,可以提高频谱利用率,该程序可以恢复QAM16的星座图(QAM16 in a communication system is a simple modulation, spectral efficiency can be improved, the program can resume constellation QAM16)
- 2013-11-30 22:07:32下载
- 积分:1
-
NumericalSolutionofPartialDifferentialEquations
这个是matlab经典教程的一个关于 偏微分方程的数值解法的原代码,希望大家赶快下载哦(This is a classic tutorial matlab partial differential equations on the numerical solution of the original code, I hope you get to download Oh)
- 2009-05-16 20:02:12下载
- 积分:1
-
rayleighwithN
rayleigh with N. you can change the #of N(rayleigh with N. you can change the#of N)
- 2009-12-12 21:24:24下载
- 积分:1
-
bp_add_point
具有反馈的BP神经网络Matlab实现,可用于预测。(With feedback of BP neural networks realize Matlab can be used for prediction.)
- 2008-07-28 21:57: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