Code covered by the BSD License
-
create_odometer_images(destin...
Creates odometer digit images.
-
create_odometer_images(destin...
Creates odometer digit images.
-
break_into_digits(input_integ...
Break an integer into thousand, hundreds, etc.
-
break_into_digits(input_integ...
Break an integer into thousand, hundreds, etc.
-
date_odometer_demo
Demonstrates the use of the date_odometer class.
-
isbetween(a, b, c, varargin)
-
isbetween(a, b, c, varargin)
-
isdatenum(test_datenum)
Is this a reasonable datenum?
-
isdatenum(test_datenum)
Is this a reasonable datenum?
-
iswhole(varargin)
function tf = iswhole(varargin)
-
iswhole(varargin)
function tf = iswhole(varargin)
-
num_dims(X)
Returns the number of dimensions of matrix X; like "ndims" but will report a 1 X m vector as having one dimension.
-
num_dims(X)
Returns the number of dimensions of matrix X; like "ndims" but will report a 1 X m vector as having one dimension.
-
retrieve_odometer_digit_image...
Finds & reads the image data corresponding to an odometer digit.
-
retrieve_odometer_digit_image...
Finds & reads the image data corresponding to an odometer digit.
-
which_digits_change(date_1, d...
Returns a vector of which digits changed between date_1 & date_2.
-
which_digits_change(date_1, d...
Returns a vector of which digits changed between date_1 & date_2.
-
date_odometer
classdef date_odometer < handle
-
date_odometer
classdef date_odometer < handle
-
odometer_digit
classdef odometer_digit < handle
-
odometer_digit
classdef odometer_digit < handle
-
odometer_text
classdef odometer_text < handle
-
odometer_text
classdef odometer_text < handle
-
View all files
Date Odometer class
by Kevin J. Delaney
12 Apr 2011
(Updated 14 Apr 2011)
Add an odometer-like object to a plot to show the progression of time.
|
Watch this File
|
| File Information |
| Description |
Adds a date stamp to a plot which "rolls" like an automobile odometer. Supports a few basic styles like 'mmm-dd-yyyy' and 'dd-mm-yyyy'.
Try "date_odometer_demo" for a quick introduction. |
| MATLAB release |
MATLAB 7.11 (2010b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 13 Apr 2011 |
Now supports a few basic styles like 'mmm-dd-yyyy' and 'dd-mm-yyyy'. |
| 14 Apr 2011 |
Added "date_odometer_demo.m" file to explain how to use the class. |
|
Contact us at files@mathworks.com