-
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
-
ULA_MUSIC
一段关于ULA_MUSIC的仿真程序,程序中对结果进行绘图(ULA_MUSIC algorithm simulation program)
- 2013-02-26 22:27:41下载
- 积分:1
-
polysimu1
10-channel polyphase filter的simulink程序(10-channel polyphase filter the simulink program)
- 2007-10-10 10:01:19下载
- 积分:1
-
buildgui
Article about Matlab GUI interface
- 2009-06-24 00:47:04下载
- 积分:1
-
rjMCMCsa
可逆跳跃马尔科夫蒙特卡洛贝叶斯模型选择,主要用于神经网络(Reversible Jump MCMC Bayesian Model Selection
This demo demonstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation parameters and noise parameters as random variables that need to be estimated. The derivations and proof of geometric convergence are presented, in detail, in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Robust Full Bayesian Learning for Neural Networks. Technical report CUED/F-INFENG/TR 343, Cambridge University Department of Engineering, May 1999. After downloading the file, type "tar-xf rjMCMC.tar" to uncompress it. This creates the directory rjMCMC containing the required m files. Go to this directory, load matlab5 and type "rjdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.)
- 2013-03-11 22:29:52下载
- 积分:1
-
OMP
二维omp算法,初学者建议看看,对学习很有帮助(Two dimensional OMP algorithm, a simple application)
- 2015-03-17 16:13:05下载
- 积分:1
-
qABCPtestfunction
qABC代码,用于解决单目标优化函数,其中函数包含在里面(qabc code)
- 2016-12-30 19:35:33下载
- 积分:1
-
jenhai
电力系统暂态稳定程序,可以进行暂态稳定计算,用平面波展开法计算二维声子晶体带隙,用MATLAB实现动态聚类或迭代自组织数据分析。( Power System Transient Stability Program, can be transient stability, Computation Method D phononic bandgap plane wave, Using MATLAB dynamic clustering or iterative self-organizing data analysis.)
- 2016-11-08 13:35:25下载
- 积分:1
-
svpwm12345
根据空间矢量的原理,建立了svpwm的matlab/simulink模型,方便学习和使用(According to the principle of space vector is established svpwm the matlab/simulink model, easy to learn and use)
- 2011-01-04 11:19:07下载
- 积分:1
-
TFDToolbox
时频分析工具,经典工具箱,包括短时傅里叶变换等实用函数 (Time-frequency analysis tools, classic toolbox, including the short time Fourier transform and other utility functions)
- 2010-05-19 18:14:42下载
- 积分:1