Engine.GetResult

Engine.GetResult — returns a result message.

Syntax

Engine.GetResult ()
		

Arguments

None

Description

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