Main Content
mpcverbosity
Change toolbox verbosity level
Description
mpcverbosity on
enables messages displaying default operations
taken by Model Predictive Control Toolbox™ software during the creation and manipulation of model predictive control
objects.
By default, messages are turned on.
mpcverbosity off
turns messages off.
sets the verbosity level to the specified value, old_status
= mpcverbosity(new_status
)new_status
. The
function returns the original value of the verbosity level as
old_status
. Specify new_status
as either
'on'
or 'off'
.
mpcverbosity
shows the verbosity status.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a