-
upml
该程序用Matlab给出了一个利用upml边界条件的很好的示例(The program gives an advantage of using Matlab boundary conditions upml good example of)
- 2009-09-21 06:04:25下载
- 积分:1
-
A_Guide_to_MATLAB_Object_Oriented_Programming_And
helps user to develop matlab with oops concept
- 2009-04-22 04:22:03下载
- 积分:1
-
Ground_Air_Defense_System_
The geodesy aspects of Matlab source geodesy aspects Matlab source would be helpful
- 2012-04-09 12:07:36下载
- 积分:1
-
Statistical-learning-methods
该书籍介绍了很好的统计学习方法,能为机器学习和数据挖掘的爱好者提供很好的理论依据。(The book describes the good statistical learning method that can provide a good theoretical basis for machine learning and data mining enthusiasts.)
- 2015-03-21 18:06:33下载
- 积分:1
-
Array-Pattern-Based-on-FFT
了等距线阵方向图与傅立叶变换的一致性,用F丌算法进行阵列方向图快速计算。通过严格的数学推导,揭示变换序列与可见空问的关系,讨论了不同单元问距情况下的处理方法(In this paper,the consistence of equispaced linear array pattem and foureir transfom is analyzed,so the
linear arrayy pattem can be computed rapidly with FFT a1goritllm.By the use of reUgious mathmatic deducing process,relation between transfotmation sequences and visible space are given,and different handling procedures are discussed in the case of different element spacing. )
- 2011-10-27 22:19:56下载
- 积分:1
-
eg14-zhishupince
《MATLAB神经网络30个案例分析》中的第14个例子,案例14 SVM神经网络的回归预测分析---上证开盘指数预测。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of example, 14 cases (14 of SVM neural network predictive regression analysis- Shanghai opened index prediction. Hope to have certain help to everybody!
)
- 2013-09-20 16:29:53下载
- 积分:1
-
Textembed
Embedding text in an image
- 2013-11-19 15:26:56下载
- 积分:1
-
Optimization-by-simulated-annealing
Optimization by simulated annealing genetic algorithm, genetic algorithm so that the reverse search capabilities, through the simulation shows that can be better value.
- 2013-12-10 05:31:57下载
- 积分:1
-
2fsk_0.5
跳频2fsk的部分频带干扰误码率计算,这个程序是基于matlab的,自己编的,呵呵(The partial band interference with frequency hopping 2fsk bit error rate, this procedure is based on matlab, and their series, Oh)
- 2011-05-14 10:19:47下载
- 积分: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