-
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
-
Electric-Machines-and-Drives---Ned-Mohan
Electrical machines and drives - Ned Mohan
- 2013-03-31 20:35:06下载
- 积分:1
-
antenna
利用GUI制作另一个简单的多种常见天线方向图的二维和三维制图界面。适合初学者掌握GUI功能和天线基础。(A simple GUI for some common antenna direction graph with 2-dimension and 3-dimension.)
- 2015-01-14 16:16:08下载
- 积分:1
-
semm.09
Distribution system provides a final link between the high voltage transmission system and the
consumers.To improve the overall efficiency of power system, the performance of distribution system must be
improved. An important method of controlling bus voltage is by shunt capacitor banks at the buses at both transmission and distribution levels along lines or substation and loads
- 2013-12-15 13:38:22下载
- 积分:1
-
d
说明: 这是一个mantlab的程序,如果大家有需要的话 请下载!(it is matlab,please download it is free! and if you have any other problem!call me !)
- 2010-08-31 17:53:33下载
- 积分:1
-
fenzhidingjiefa
分支定界法能够用在处理整数规划问题中,是一种很经典的方法。希望大家有用!(Branch and bound method)
- 2015-01-05 13:36:56下载
- 积分:1
-
PSO_tool
matlab的粒子群算法工具箱(PSO toolbox),用于求解极值等(matlab PSO toolbox)
- 2012-02-19 10:59:48下载
- 积分:1
-
(activex)Gauge
matlab gui中ActiveX控件使用(the introduction of ActiveX in matlab gui)
- 2020-06-29 13:40:02下载
- 积分:1
-
Processor
This InstructionVisitor executes the instructions that it visits on a given local variable frame and stack.
- 2013-12-05 10:48:32下载
- 积分:1
-
matlab
发射信号为13位巴克码和线性调频混合调制的信号,该雷达具有数字化正交解调、数字脉冲处理、固定目标对消、动目标检测, 和恒虚警(CFAR)处理等功能
(Transmitted signal is 13 Barker code modulation and linear FM signals mixed, the radar has a digital quadrature demodulation, digital pulse processing, fixed target for elimination, moving target detection, and constant false alarm rate (CFAR) processing functions)
- 2020-11-04 16:49:51下载
- 积分:1