verbose
Sets the verbose level in the current session. If level is greater than 0, additional information is provided when the commands are executed.
Syntax
verbose(level)
Inputs
- level
 - Any value greater than 0 will provide additional details when executing commands.
 
Example
verbose(1);
pause(2)
% Additional output will be displayed as verbose is greater than 0Execution is paused for 2 second(s)...