-
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
-
dataprocesswithvcandmatlab
如何在vc环境下利用matlab工具箱进行数据处理(how to do data processing in vc++ with the toolbox of matlab)
- 2009-11-22 15:57:22下载
- 积分:1
-
quadraticinterpolationalgorithm
利用二次插值法进行一维搜索,得出最小值,通过抛物线法实现区间识别(Quadratic interpolation method using a one-dimensional search, the minimum value obtained by the parabola method to achieve Interval Recognition)
- 2009-12-28 17:32:31下载
- 积分:1
-
22
商标文字分割 matlab 实现 保证可用(Matlab implementation to ensure that trademarks can be split text)
- 2011-01-03 22:02:04下载
- 积分:1
-
rd
说明: 合成孔径雷达的RD算法实现,非常有用的算法(Synthetic aperture radar RD algorithm, a very useful algorithm)
- 2012-08-02 10:25:07下载
- 积分:1
-
traceMode
optical fiber encryption in drpe
- 2012-01-15 22:52:45下载
- 积分:1
-
遗传算法具有强大的全局优化能力
遗传算法具有强大的全局优化能力,并行计算的快速收敛性(Genetic algorithm has strong global optimization ability and fast convergence of parallel computing)
- 2020-06-23 00:20:02下载
- 积分:1
-
弹道导弹被动段
说明: 内附有弹道导弹弹道要求及过程,有完整的matlab程序,可以借鉴学习。自己大三时的远程火箭弹道学大作业。(t includes ballistic missile trajectory requirements and process, complete matlab program, which can be used for reference and learning. My junior year of long-range rocket ballistics homework.)
- 2019-02-20 18:13:55下载
- 积分:1
-
PenaltyFunctionMethod
罚函数法是将有约束最优化问题转化为求解无约束最优化问题。在此给出罚函数法的Matlab源程序。(Penalty function method is a constrained optimization problem into solving unconstrained optimization problems. This gives the penalty function in Matlab source.)
- 2013-09-13 11:50:18下载
- 积分:1
-
GA-FCM
使用遗传算法优化fcm算法对初始值敏感的问题,得到全局最优解,求出聚类中心作为fcm算法的输入(Using genetic algorithm and optiml fcm algorithm solving initial,get the best solution and make the initial cluster to be the input)
- 2021-02-21 12:29:42下载
- 积分:1