Ax = grfun.movetosubplot(Ax,M,N,P)
Ax = grfun.movetosubplot(Ax,'bottom')
Ax = grfun.movetosubplot(Ax,'top')
Ax
[ numeric ] - Handle to an existing axes object or legend.
M
, N
, P
[ numeric ] - Specification of the new position; see help on standard subplot
.
AX
[ numeric ] - Handle to the axes or legend moved to the new position.The syntax with 'bottom'
and 'top'
places the axes centered at, respectively, the bottom or top of the figure window.