Engine.GetError

Engine.GetError — returns an error message.

Syntax

Engine.GetError ()
		

Arguments

None

Description

If the most recent Engine.EvalString call resulted in an error, this function returns the error message text from the MATLAB instance. If the most recent command did not generate an error, it returns nil. This function is defined in the MatlabSupport.g file.