Move_to_subplots
% 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
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Graphics > Formatting and Annotation > Axes Appearance > Combine Multiple Plots > Subplots >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |