-
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
-
Matlab_wavelet_tool
Matlab小波分析工具箱原理与应用, 小波学习参考(Matlab toolbox principle and application of wavelet analysis, wavelet Learning Reference)
- 2010-02-08 08:56:22下载
- 积分:1
-
7-115-14327-7
说明: 该资料为matlab学习教程的随书光盘,包括了书中几乎所有的代码,分别按照章节进行编排,希望对大家有所帮助!(The information for the matlab learning tutorial CD-ROM with the book, including almost all the code for the book were the sections arranged according to the hope that all of us help!)
- 2010-03-28 22:36:05下载
- 积分:1
-
VIDEO-TRAFFIC
video traffic using matlab
- 2014-10-10 01:40:28下载
- 积分:1
-
ctrllab30
matlab ctrllab30, CtrlLAB is a group of MATLAB functions which provide graphical
interface to perform feedback system analysis and design tasks.(matlab ctrllab30, CtrlLAB is a group of MATLAB functions which provide graphicalinterface to perform feedback system analysis and design tasks.)
- 2008-01-04 17:14:52下载
- 积分:1
-
forplot
根据多行三列的实验数据(x,y,signal)作出contourf图。其中x,y为二位空间位置(或其他概念的二维),signal为在该位置的信号。此代码先将数据按位置不同求平均,再将signal按照其对应的x,y分配到二位矩阵内。最后作图。编这个代码的初衷是为了制作大脑hippocampus区域place cell 活动性的contour 图。(it s a code i made for plotting a contour graph of experimental data (x,y,signal). The data should be n*3 arrays which cannot be plot into contour directly. In fact, it can subplot 6*6 graphs or more, but speed might be slow..... especially, when you want more detailed graphs.)
- 2010-01-14 18:32:23下载
- 积分:1
-
2010-02-15_Balanced_PSO
OPTIMISATION OF SIGNAL BY PARTICULE SWARM METHOD
- 2010-05-19 21:38:24下载
- 积分:1
-
PSO_template
A viable particle swarm optimization to update algorithm, MATLAB code to run correctly simulation, ease of use
- 2015-02-06 14:21:59下载
- 积分:1
-
decodingforsphere
This a a sphere decoding function. It has low complexity.
- 2012-11-17 20:34:38下载
- 积分:1
-
4f
说明: 用于计算色散,延迟不通
,透镜的不同口径(compute dispersion)
- 2014-08-15 23:15:14下载
- 积分:1