cdisp

Message display function with verbosity level and log file.
1.8K 次下载
更新时间 2004/3/19

查看许可证

Function cdisp is intended as an alternative to disp. It can be used to display messages in the command window and log messages in a log file, according to a verbosity level.

An importance level can be set for each message, and display or logging of the message is performed only if the value of global variables "VERBOSE" and "LOGVERBOSE" are higher or equal to the message importance level.

The log file can be specified, as well as an identification string, which is displayed before the actual message in a 16-character-wide margin.

Two other global variables, ONLYFROM and NOTFROM, can be used to display messages with specific idstrings.

引用格式

Francois Bouffard (2024). cdisp (https://www.mathworks.com/matlabcentral/fileexchange/4563-cdisp), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

ONLYFROM and NOTFROM control variables added