-
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
-
Simulink_simulation_of_transmission_lines
Simulink simulation of transmission lines(pdf)
- 2009-10-22 22:14:17下载
- 积分:1
-
GNsel
GN距离法是一种基于马氏距离的建模集样品的挑选算法(GN distance method is a kind of based on markov distance modeling set sample selection algorithm)
- 2013-01-07 19:14:43下载
- 积分:1
-
LMI
主要讲解了基于LMI非线性不等式的就求解过程,文章讲的很清晰,大家一起学习。(LMI based mainly on the non-linear inequalities on solving process, the article said very clearly, we will study together.)
- 2014-12-09 19:58:55下载
- 积分:1
-
Ball_Beam_Lead_PD
ball & beam lead PD matlab m-file
- 2013-12-09 07:49:20下载
- 积分:1
-
xin
手势识别matlab,图像识别手势,不是用摄像头的,是将图片输入进去识别(matlab hands recognition)
- 2012-04-30 12:58:41下载
- 积分:1
-
clcRec
This is a clock recovery matlab code. This file is using a 4-PAM signal shape and the recovery method is DD recovery method. This file is a mfile.
- 2013-11-20 05:59:05下载
- 积分:1
-
try1batterypv
matlab code for pv battery converter
- 2012-01-18 13:39:39下载
- 积分:1
-
music6
模拟2个独立窄带信号入射到均匀线阵上,信号间互不相关,与噪声相互独立,噪声为理想高斯白噪声,阵列的阵元数为10,快拍数为200。阵元间距为入射信号波长的1/2,信噪比为20dB,信号入射角度差分别为5°,10°,20°。(Simulate two independent narrowband signals incident on the ULA, among signal unrelated, independent noise, the noise is ideal Gaussian white noise, the number of array elements of the array is 10, the number of snapshots to 200. Element spacing is 1/2 of the wavelength of the incident signal, SNR is 20dB, the signal difference between the angle of incidence was 5 °, 10 °, 20 °.)
- 2014-12-02 11:04:14下载
- 积分:1
-
nlineshoot
打靶法计算非线性方程,只需要修改方程的参数即可进一步通过打靶法求解,很实用(Calculation shooting method of nonlinear equations, only need to modify the parameters of the equation can be further illustrated by the shooting method to solve, very practical)
- 2016-05-20 21:38:31下载
- 积分:1