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