-
Calculate-Time-Interval
main executing reference usage: usage_timeDifference.m
Sample output:
The time interval between earierTime [09-Sep-1900 09:09:18] and laterTime [31-Oct-2010 23:33:08] is
110 years, 79 days, 14 hours, 23 mins, 50.17 secs.
The objective is to compute the time interval taking into account the leap days that are subsumed within the time interval.
Note:
The logic subsumes the time interval by
yearEnd, monthEnd, dayEnd - timeEarlier (within that year)
+ time interval (excluding that 2 years)
+ timeLater - yearEnd, monthEnd, dayEnd (within that year)
It differentiates the earlier time and later time, ie. timeDifference (earlierTime, laterTime) gives the same result as timeDifference (laterTime, earlierTime).
leapDayHasPassed.m illustrates a possible approach to determine if a certain day of concern is already over at a given time.
Caveat: does not include leap secs
- 2011-01-20 07:05:01下载
- 积分:1
-
midterm
this program is a part of my midterm project to oder sparse data as to reduce fill in
- 2010-12-03 18:02:37下载
- 积分:1
-
halflog
使用matlab画的半对数坐标纸(两种图纸)(Use matlab painting semi-logarithmic coordinate paper (two drawings))
- 2011-08-05 21:06:12下载
- 积分:1
-
A
speech recognition using matlab
- 2013-07-15 00:57:44下载
- 积分:1
-
FolderPlay_v1.5_S60
this software help you enjoy the music easy
- 2010-07-06 00:22:14下载
- 积分:1
-
Image_Restoration
image comparison and degradation
- 2010-09-28 13:26:20下载
- 积分:1
-
kaufman
smart antennas simulation using matlab
- 2010-01-05 01:54:24下载
- 积分:1
-
ConwaylifewithGUI
这是用MATLAB GUI 做的生命游戏 life game
细胞自治机 很好用 直接运行就可以(This is done with a MATLAB GUI cells self-life game life game machine can run very well with direct)
- 2010-05-11 12:25:04下载
- 积分:1
-
kalman_forward_backward
卡尔曼滤波中,前后平移的函数。这是最基本的算法(Before and after kalman filter, the translation function.This is the most basic algorithm)
- 2014-12-05 15:20:08下载
- 积分:1
-
ML-gradient
ML gradient descend ,Stanford course(machine learning ,Andrew Ng)
- 2013-11-16 08:37:11下载
- 积分:1