Main Content

resume

(Not recommended) Resume execution of MATLAB command line

resume is not recommended. The new ROI objects do not support a resume object function. For more information, see Compatibility Considerations.

Syntax

Description

resume(h) resumes execution of the MATLAB® command line.

The resume function is useful when you need to exit wait from a callback function. When called after a call to wait, resume causes wait to return the ROI position or coordinates of vertices.

Input Arguments

collapse all

ROI object, specified as an imellipse, imline, impoint, impoly, or imrect object.

Version History

Introduced in R2008a

expand all