Move_to_subplots

Move axes to another figure window as a suplot
242 Downloads
Updated 9 Aug 2013

View License

% This is a function to automatically move a selection of axis in
% preexisting plots to one subplot figure. This is helpful for comparing
% large amounts of data.
%
% Inputs:
% inputname: ax - array of axes handles.
% a (optional) - number of rows of figures in subplot.
% b (optional) - number of columns of figures in subplot.
% Outputs:
% name: figurewindow handle
% plots: new figure window
%
% Standard call:
% for i=1:n_i
% figure(i)
% ax_h(i)=gca;
% end
% move_to_subplots(ax_h,2,ceil(n_i/2))
%
% Can also be used to copy a figure by move_to_subplots(gca,1,1)
%
% Written by C. Hogg Date 2012_06_01
% Modified 20130808 Added the handle return

Cite As

Charlie Hogg (2024). Move_to_subplots (https://www.mathworks.com/matlabcentral/fileexchange/43015-move_to_subplots), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0