PLTSTMP

バージョン 1.0.0.0 (1.87 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 Center および MATLAB AnswersGraphics 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.