-
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
-
chap3
滑模变结构控制的MATLAB仿真实例之一
滑模变结构控制的MATLAB仿真实例之一(Sliding Mode Variable Structure Control of the MATLAB simulation of sliding mode variable structure control, one of the MATLAB simulation)
- 2008-06-12 18:51:05下载
- 积分:1
-
MIMO_OFDM
ofdm mimo MATLAB仿真(ofdm mimo MATLAB simulation)
- 2010-05-10 16:29:17下载
- 积分:1
-
InvertedPendulumControled_State_Space_sfun
Inverted Pendulum Controled_state_sfun
- 2014-08-11 16:32:48下载
- 积分:1
-
m3
说明: 详细说明:这是作者自己编写的基于matlab语言的程序设计。遗传算法的函数优化 应用(Detailed Description: This is prepared by the author himself matlab-based program design language. Genetic algorithm function optimization applications)
- 2008-04-20 12:52:05下载
- 积分:1
-
cyclic2_am
AM信号的循环谱的matlab代码实现,初学者适合 (The AM signal of the cyclic spectrum of matlab code, suitable for beginners
)
- 2013-10-25 12:05:27下载
- 积分:1
-
MatLab-E
MatLab图形绘制功能口令及代码,很不错,值得看看(MatLab graphics rendering capabilities password and code, very good, worth a look)
- 2013-11-15 16:38:11下载
- 积分:1
-
pso_pid
基于粒子群算法分数阶PID参数整定,运行环境是matlab2007(Based on particle swarm optimization (pso) algorithm of fractional order PID parameter setting
)
- 2021-04-22 20:08:48下载
- 积分:1
-
数据拟合
利用MATLAB进行数据拟合,常见的数据拟合方法。包括:一元函数插值、样条插值、多项式插值或拟合 、曲线拟合、拉格朗日插值法等。(MATLAB data fitting, common data fitting methods. It includes: interpolation of unitary function, spline interpolation, polynomial interpolation or fitting, curve fitting, Lagrange interpolation, etc.)
- 2019-05-28 15:37:44下载
- 积分:1
-
BasicZoomShrink
Hi This is very simple zoom and shrink image program for 256 x 256 size image
- 2010-10-12 23:45:04下载
- 积分:1