Path: Common/Graphics
% Produce time labels and scaled time vectors
Generates a time series from a time series in seconds with more
reasonable units: minutes, hours, days, or years.
--------------------------------------------------------------------------
Form:
TimeLabel( t0 ); % display to command line
[t, u, s, f] = TimeLabel( t0 )
--------------------------------------------------------------------------
------
Inputs
------
t0 (1,:) Time series (s)
-------
Outputs
-------
t (1,:) Time series (new units)
u '' Label string, 'Time = (units)'
s '' Units string
f (1,1) Time scale factor, t = t0/f
--------------------------------------------------------------------------
Common: Graphics/TimeLabl
Back to the Common Module page