Main Content
addCorrection
Provide suggested fix for exception
Description
meNew = addCorrection(
creates a meBase
,meCorrection
)meNew
MException
object from the meBase
MException
and the suggested fix meCorrection
. To
construct meNew
, addCorrection
makes a copy of
meBase
and appends meCorrection
to the
meNew.Correction
property.
meBase = addCorrection(
modifies the existing meBase
,meCorrection
)meBase
MException
object by appending meCorrection
to its
Correction
property.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2019a