Main Content
movegui
Move figure to specified location on screen
Description
movegui(
moves the current figure
(location
)gcf
) or the callback figure (gcbf
) to the
specified location. To determine the current figure or the callback figure use gcf
or gcbf
, respectively. Note that
gcf
and gcbf
return figures created with the
figure
function only. If one does not exist, MATLAB® creates one using figure
and moves it to the specified
location.
movegui
moves the current figure or the callback figure to the
closest location that puts it entirely on screen.
Examples
Input Arguments
More About
Algorithms
Version History
Introduced before R2006a