-
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
-
MatlabP7.0
matlab7.0基础教程,很全面,适合初学者(matlab7.0 Basic tutorial, very comprehensive, suitable for beginners
)
- 2013-03-04 18:15:21下载
- 积分:1
-
dct_using_genatic_algorithm
this is a matlab function that can be given to the genetic algorithm tool box to chose the best 10 positions of 1 s beside the original 6 in the upper left corner 1 s in the dct quantization matrix
- 2009-06-10 13:46:26下载
- 积分:1
-
MPLAB-X-IDE-User-Guide
MPLAB X IDE User Guide,China Version
- 2013-08-22 09:10:18下载
- 积分:1
-
1
说明: matlab一些简单的心理测试游戏程序,适合初学者(matlab for the beginner)
- 2012-11-24 15:29:28下载
- 积分:1
-
simulate_skydiver
Skydiving Simulation. Simulation can help predict position and velocity of a skydiver who jumps an airplane and opens a parachute. In this tutorial, we predict the position and velocity of a skydiver in two dimensions (horizontal and vertical) the time of the initial jump through the first 90 seconds.
- 2015-04-19 23:52:51下载
- 积分:1
-
meilin
时间序列数据分析中的梅林变换工具箱,可加载后直接调用里面的函数。(Time-series data analysis in the Mellin transform toolbox.)
- 2009-11-24 16:42:57下载
- 积分:1
-
DFNN
这是神经模糊网络中的D-FNN,极其所用到的函数程序。(This is a neuro-fuzzy network in the D-FNN, most of the procedures used in the function.)
- 2009-10-14 15:37:51下载
- 积分:1
-
~7Book_MATLAB+simulink
电子通信系统的建模与仿真
第7章 通信系统差错控制仿真
7.1 缩短卷积码
7.2 有缩短卷积码加交织的差错控制系统研究
7.3 自适应均衡系统(LMS算法)
7.4 迭代译码的级联卷积码
(Electronic communications system modeling and simulation of Chapter 7 error control communication systems simulation 7.1 shortened 7.2 convolutional code convolutional code increases have shortened intertwined system of error control 7.3 adaptive equalization system (LMS algorithm) Iterative Decoding of level 7.4 convolutional codes in conjunction)
- 2021-04-23 20:28:47下载
- 积分:1
-
emd
matlab code for Empirical Mode Decomposition algorithm.
- 2009-07-14 12:48:45下载
- 积分:1