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: [t, u, s, f] = TimeLabel( t0 ) -------------------------------------------------------------------------- ------ Inputs ------ t0 (1,:) Time series (s) ------- Outputs ------- t (1,:) Time series (new units) u (1,:) Label string, 'Time = (units)' s (1,:) Units string f (1,:) Time scale factor, t = t0/f --------------------------------------------------------------------------
Common: Graphics/TimeLabl
Back to the Common Module page