| Using MATLAB Graphics | Search  Help Desk |
axes('Parent',figure_handle,...)
creates an axes in the figure identified by figure_handle. You can also move an object from one parent to another by redefining its Parent property.
set(gca,'Parent',figure_handle)