Main Content
result
Class: matlab.engine.FutureResult
Namespace: matlab.engine
Result of asynchronous call to MATLAB function from Python
Syntax
ret = FutureResult.result(timeout=None)
Description
returns
the actual result of a call to a MATLAB® function called asynchronously
from Python®.ret
= FutureResult.result(timeout
=None)