-
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
-
indnmachinemodel_VHZ
inducton motor with pwm start with matlab
- 2012-05-28 13:16:58下载
- 积分:1
-
Matlab-Simulink-Using-Simulink-and-Stateflow-in-A
This book includes nine examples that represent typical design tasks of an automotive engineer. It
shows how The MathWorks modeling and simulation tools, Simulink® and Stateflow,TM facilitate
the design of automotive control systems. Each example explains the principles of the physical situation,
and presents the equations that represent the system. The examples show how to proceed
from the physical equations to the Simulink block diagram. Once the Simulink model has been
completed, we run the simulation, analyze the results, and draw conclusions from the study.
- 2009-10-11 04:53:22下载
- 积分:1
-
matlabPID
使用matlab实现PID控制的源码,使用simulink(The realization of the use of PID control matlab source, using simulink)
- 2009-05-30 01:02:33下载
- 积分:1
-
Tperf
this source code is very well
- 2013-08-16 01:28:01下载
- 积分:1
-
DOA
基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序(MATLAB program is based on two-dimensional DOA estimate augmented matrix L-shaped array of beams)
- 2015-04-14 18:02:09下载
- 积分:1
-
敏感性分析
说明: 参考维基百科(https://en.wikipedia.org/wiki/Variance-based_sensitivity_analysis)的取样过程以及对应的Estimators。理论性的东西就不进行复述了,这里主要阐述用MATLAB(R2018b)对某个特定函数进行Solo indices敏感性分析的过程。大致可分为四个过程:采样,构建函数,函数输出(将样本带入函数得到输出值),计算Sobol指数(估算一阶影响指数和全局影响指数)(Sobol global sensitivity analysis)
- 2021-03-31 20:29:08下载
- 积分:1
-
crazyclimber
基于crazy climber算法的数字调制信号脊特征提取(陈利民)(Crazy climber algorithm based on digital modulation signal feature extraction ridge)
- 2010-10-22 16:38:00下载
- 积分:1
-
imnoise2
imnoise2 预加噪声 matlab code(imnoise2 pre-plus noise)
- 2012-12-31 22:25:06下载
- 积分:1
-
MatlabFAQ
对于matlab中M文件的知识 针对怎样调用M文件以及一些使用方法的介绍 适合初学者当中对于M文件的使用有问题的读者(M file for matlab in the knowledge of how to call for the M file, and some introduction for beginners to use these files for M readers question the use of)
- 2010-05-30 22:09:57下载
- 积分:1