PLTSTMP
by Andreas
25 May 2004
(Updated 27 Jul 2004)
PLTSTMP adds a timestamp and name of the calling script to a graph.
|
Watch this File
|
| File Information |
| Description |
PLTSTMP adds a timestamp to the bottom of the figure. If it is called from within a function it also adds the name of the calling function.
The timestamp sometimes plots over the x-axis label. To avoid this, the axis can be shifted vertically.
Example:
>> type tst
x = [1:.1:10];
plot(x,sin(x))
pltstmp
>> tst |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 26 Aug 2004 |
stan shepherd
|
|
|
| 02 Sep 2004 |
Delia Klingbeil
|
|
|
| 02 Sep 2004 |
Delia Klingbeil
|
|
|
| 18 Nov 2008 |
Johannes Sarnthein
|
|
|
| Updates |
| 06 Jul 2004 |
Fixed the problem that the timestamp disappeared when zooming into the picture and some bugs in the documentation of the syntax. |
| 27 Jul 2004 |
In Matlab 7, DBSTACK syntax has changed so that the full path of the m-file was not shown. |
|
Contact us at files@mathworks.com