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 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.