Main Content
cancel
Class: matlab.engine.FutureResult
Namespace: matlab.engine
Cancel asynchronous call to MATLAB function from Python
Syntax
tf = FutureResult.cancel()
Description
cancels
a call to a MATLAB® function called asynchronously from Python®. tf
= FutureResult.cancel()FutureResult.cancel
returns True
if
it successfully cancels the function, and False
if
it cannot cancel the function.