-
algorithm-of-xiongyali
说明: 该文件给出了图论中最短路径的算法程序,其算法使用匈牙利算法(The document gives the shortest path in graph theory algorithm program, the algorithm uses the Hungarian algorithm)
- 2011-03-04 23:31:34下载
- 积分:1
-
mechanical
simulink mechanical example
- 2014-12-19 01:39:01下载
- 积分:1
-
signal-processing
采用自适应信号处理技术的低成本回波抵消器(Adaptive signal processing techniques echo canceler cost)
- 2013-12-09 13:35:35下载
- 积分:1
-
ELM
极限学习机在matlab中elm函数调用示例,以及elm源代码。(Extreme Learning Machine in matlab elm function call examples, and elm source code.)
- 2016-03-09 16:47:52下载
- 积分:1
-
Guide-matlab-obj
概述介绍了matlab环境下面向对象编程的方法,初学者可以看看(Overview describes the object-oriented programming methods matlab environment, beginners can take a look)
- 2014-11-13 23:17:44下载
- 积分:1
-
tlabel
This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1) + now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
(This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1)+ now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
)
- 2009-10-05 21:46:23下载
- 积分:1
-
improved-AFSA
基于混沌迭代式的改进鱼群算法用于对非线性函数寻优(an improved Artificial Fish-swarm Algorithm on optimization for unlinear function )
- 2011-04-25 10:57:32下载
- 积分:1
-
GUI
1、编写M-文件Matlab函数,分析特定字符串中的单词数量和句子数量。
2、编写M-文件脚本,调用前面的M-文件函数,实现数据输入,结果输出。
3、编写GUI程序,调用步骤1中的Matlab函数,在界面上实现数据输入、结果输出。
(1, the preparation of the M-file Matlab functions, analysis of the number of words and sentences the number of a particular string. 2, the preparation of the M-file script, call the front of the M-file functions, data input, output. 3, to write a GUI program, Matlab function call in step 1, the data input interface, the resulting output.)
- 2012-05-23 14:55:30下载
- 积分:1
-
Dipole_FD
The plots of the Poynting vector might serve to show which part of the wire is mainly responsible for creating the radiated field. The movie of the modulus, |S|, does not give a clear answer, since at close distances the pointing vector reaches high values along the entire wire. The fact that |S| is high along the entire line just means that energy is shifted between the endpoints and the middle region (electric and magnetic field respectively).
- 2013-04-21 20:26:33下载
- 积分:1
-
noisecomp
一个图像去噪的Matlab程序,可用于图像的边缘提取等工作。(Image denoising)
- 2012-11-28 17:27:56下载
- 积分:1