PLTSTMP

版本 1.0.0.0 (1.9 KB) 作者: Andreas
PLTSTMP adds a timestamp and name of the calling script to a graph.
1.9K 次下载
更新时间 2004/7/27

查看许可证

编者注: This file was a File Exchange Pick of the Week

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

引用格式

Andreas (2024). PLTSTMP (https://www.mathworks.com/matlabcentral/fileexchange/4999-pltstmp), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Graphics Object Properties 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

In Matlab 7, DBSTACK syntax has changed so that the full path of the m-file was not shown.