-
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
-
1
说明: this matlab is to show how some signal function can
be implement in it and how to do some operation on it
- 2011-01-13 04:16:02下载
- 积分:1
-
对比分析lv-music和极化esprit算法q-music算法的估计性能
对比分析lv-music和极化esprit算法q-music算法的估计性能(Comparison of lv-music and Polarization esprit algorithm q-music algorithm to estimate the performance)
- 2017-05-25 09:29:09下载
- 积分:1
-
LBP
Local binary pattern一个非常有用的代码,含一个自己写的例子。(Local binary pattern a very useful code, including a write your own example.)
- 2021-01-10 15:28:50下载
- 积分:1
-
WTST_NST_filter
基于平稳-非平稳的滤波技术,主要应用于信号滤波,去噪。(Based on the stationary- non-stationary filtering technology, mainly used in signal filtering, de-noising.)
- 2009-12-23 17:05:44下载
- 积分:1
-
DCT-watermarking
关于向图像中嵌入二值图像作为水印,用的是交换中频系数的方法。(DCT watermarking)
- 2012-04-12 21:28:49下载
- 积分:1
-
a
说明: 图像分割 模糊聚类分割算法 通过MATLAB实现的C聚类分割算法,输入分割类别数。可以得到分割后的图像对比(Image segmentation algorithm based on fuzzy clustering partition)
- 2009-04-16 21:12:59下载
- 积分:1
-
skin_face_detecting
This Code was developed from the code tracking red objects. it could be used for tracking faces if the color of the background is not the same color as human skin. This code runs fine even when you use the webcam on PC
- 2013-03-14 04:13:16下载
- 积分:1
-
GrTheory
说明: 图论的相关MATLAB CODE 非常好用(grBase- find all bases of digraph
grCoBase- find all contrabases of digraph
grCoCycleBasis- find all independent cut-sets for a connected graph
grColEdge- solve the color problem for graph edges
grColVer- solve the color problem for graph vertexes
grComp- find all components of graph
grCycleBasis- find all independent cycles for a connected graph ...)
- 2010-04-07 20:12:15下载
- 积分:1
-
FPGAGPSFFT
说明: gps软件源代码,数据解帧,卫星位置解算。用户位置解算及修正-Matlab gps software source code, data solutions frame, calculate satellite position. User location and amendments Solution
- 2009-08-19 09:12:33下载
- 积分:1