MATLAB Function Reference    
gcf

Get current figure handle

Syntax

Description

h = gcf returns the handle of the current figure. The current figure is the figure window in which graphics commands such as plot, title, and surf draw their results. If no figure exists, MATLAB creates one and returns its handle. You can use the statement

if you do not want MATLAB to create a figure if one does not already exist.

See Also

axes, clf, close, delete, figure, gca, gcbo, gco, subplot

root CurrentFigure property

 gcd gco