Move figure to specified location on screen
movegui(
moves the current figure or
the callback figure to the specified position. To determine the current figure or the
callback figure use position
)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
position.
movegui
moves the current figure (gcf
) or the
callback figure (gcbf
) to the closest position that puts it entirely on
screen.