-
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
-
matlabdeal
说明: 2008年度全国数学建模竞赛用程序(2008 Annual National Mathematical Contest in Modeling procedures)
- 2008-10-02 12:43:26下载
- 积分:1
-
lifegenesis
Play life genesis game and compete with computer. Good example for interactive GUI.
- 2007-12-25 13:15:59下载
- 积分:1
-
22w3323
说明: 基于matlab的蚁群算法程序代码---自寻优(Ant colony algorithm based on matlab code--- self-optimizing)
- 2011-03-14 18:43:48下载
- 积分:1
-
bootspolit.m
The code in matlab help user do statistical analysis of time series
- 2013-01-11 20:46:35下载
- 积分:1
-
yuzhifa
基于阈值法的图像分割matlab程序,自己编写的可以运行,并且效果良好(Threshold method based on image segmentation matlab program, I have written you can run, and good results)
- 2011-05-15 09:29:33下载
- 积分:1
-
FNN
我在这里有一个基于matlab的RNN递归网络源代码,希望和大家一起分享(I have a Matlab-based RNN recursive network source code, I hope to share with everyone)
- 2012-04-22 11:40:11下载
- 积分:1
-
PCRB-Particle-filter
matlab 人脸识别程序,其中附有例子说明(matlab recognition program, including an example )
- 2010-08-19 21:54:59下载
- 积分:1
-
基于各种技术的wsn定位算法 wsn-location
基于各种技术的wsn定位算法。rssi。三边算法,极大值估计法,三角算法,质心算法,apit算法等。(A variety of technology-based the wsn positioning algorithm. rssi. The trilateral algorithm greatly value estimation method, triangulation algorithm, the centroid algorithm, apit algorithm.)
- 2020-06-27 04:40:01下载
- 积分:1
-
STBC
空时编解码程序,包括频偏信道模型(瑞利信道模型可选)(Space-time encoding and decoding procedures, including frequency offset channel model (Rayleigh channel models are available))
- 2011-08-26 10:39:54下载
- 积分:1