Main Content
matlab.lang.correction.ConvertToFunctionNotationCorrection Class
Namespace: matlab.lang.correction
Correct error by converting to function notation
Description
Use ConvertToFunctionNotationCorrection
objects in classes whose methods
should not be called using dot notation. An MException
object thrown by a
method can use a ConvertToFunctionNotationCorrection
instance to suggest
converting dot notation to function notation syntax for calling the method.
Creation
Description
Input Arguments
Examples
Version History
Introduced in R2019b