matlab.lang.correction.AppendArgumentsCorrection class
Package: matlab.lang.correction
Description
Use AppendArgumentsCorrection
objects in functions that throw an
MException
object. MException
uses
AppendArgumentsCorrection
instances to display suggestions for missing input
arguments.
Creation
Description
aac = matlab.lang.correction.AppendArgumentsCorrection(
creates a correction that suggests appending input arguments
)arguments
to the
function call that threw the MException
object.
Note
If arguments
includes name-value arguments, use
name=value
syntax to avoid syntax errors. For more information,
see Name=Value in Function Calls
Input Arguments
Examples
Version History
Introduced in R2019a