Class: matlab.engine.FutureResult
Package: matlab.engine
Completion status of asynchronous call to MATLAB function from Python
tf = FutureResult.done()
returns
the completion status of a MATLAB® function called asynchronously
from Python®. tf
= FutureResult.done()FutureResult.done
returns True
if
the function has finished, and False
if it has
not finished.