verbosity

버전 1.0.0 (1.84 KB) 작성자: Emmanuel Farhi
VERBOSITY control the verbosity level of output messages
다운로드 수: 31
업데이트 날짜: 2018/12/6

라이선스 보기

VERBOSITY control the verbosity level of output messages

Set the current verbosity level with e.g.:

verbosity(level)

Get the current verbosity level:

level = verbosity; % return the verbosity level (number)

Output a message when it is allowed by the current verbosity level:

verbosity('normal', 'message')
verbosity('verbose', 'message %g %s', arg1, arg2)
verbosity(2, 'message %g %s', arg1, arg2) % same as 'info'

Verbosity levels:

0 error (no message except errors)
1 warning (important messages not being errors)
2 info (normal messages)
3 verbose (messages for e.g. debugging)

(c) E.Farhi, ILL. License: BSD.

인용 양식

Emmanuel Farhi (2024). verbosity (https://www.mathworks.com/matlabcentral/fileexchange/69631-verbosity), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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