datedisp
Display date entries
Description
datedisp(
displays a matrix with the serial
dates formatted as date character vectors, using a matrix with mixed numeric entries
and serial date number entries. Integers between
NumMat
)datenum('01-Jan-1900')
and
datenum('01-Jan-2200')
are assumed to be serial date numbers,
while all other values are treated as numeric entries.
datedisp(___,
, using the
optional argument DateForm
)DateForm
, displays a matrix with the serial
dates formatted as date character vectors, using a matrix with mixed numeric entries
and serial date number entries. Integers between
datenum('01-Jan-1900')
and
datenum('01-Jan-2200')
are assumed to be serial date numbers,
while all other values are treated as numeric entries.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a