Package: matlab.lang.correction
Correct error by converting to function notation
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.