Closed stestoll closed 4 years ago
correctzerotime (here) has an optional a third input, t0. If provided, the zero-time shift is done manual.
correctzerotime
t0
tc = correctzerotime(V,t,t0)
is functionally identical to the much simpler
tc = t-t0
This functionality seems to be quite useless and clutters the interface. I suggest removing it.
correctzerotime
(here) has an optional a third input,t0
. If provided, the zero-time shift is done manual.is functionally identical to the much simpler
This functionality seems to be quite useless and clutters the interface. I suggest removing it.