Move_to_subplots

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

Lizenz anzeigen

% 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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2013a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0