Main Content
wait
Wait for futures to complete
Description
wait(
suspends MATLAB® execution until each element of the F
)Future
array
F
is finished. When the function associated with a
Future
object finishes running, MATLAB sets the State
property of the Future
to
'finished'
.
Examples
Input Arguments
Version History
Introduced in R2013b