Provide suggested fix for exception
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.
matlab.lang.correction.AppendArgumentsCorrection
| matlab.lang.correction.ConvertToFunctionNotationCorrection
| matlab.lang.correction.ReplaceIdentifierCorrection