tprintf -- Print to Second Terminal Window

버전 1.6.0.0 (4.64 KB) 작성자: Petorr
Print lines of text in secondary windows resembling command window.
다운로드 수: 528
업데이트 날짜: 2014/8/8

라이선스 보기

Terminal Print
c = tprintf( FigureName, Text );
Example:
tprintf( 'MyMessages', 'Hello world in 2nd terminal!' );
sends text 'Hello world in 2nd terminal!' to a window with the name MyMessages.
Clear the window: call without 2nd argument:
tprintf( FigureName );

Create window if it does not exist:

tprintf( FigureName , '' );

Requires external function findjobj(), provided by Yair Altman online from Matlab File Exchange

Peter Adany 2014

인용 양식

Petorr (2024). tprintf -- Print to Second Terminal Window (https://www.mathworks.com/matlabcentral/fileexchange/47392-tprintf-print-to-second-terminal-window), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.6.0.0

minor update; no features altered

1.5.0.0

Removed %# from comments because they were causing pragma warnings.

1.4.0.0

Code clarity / minor adjustments

1.3.0.0

Minor improvements & code cleanup.

1.2.0.0

14317 acknowledgement

1.1.0.0

Added ability to clear the window by calling without 2nd argument.

1.0.0.0