figs2subplots

Combine axes in many figures into subplots in one figure.
5.3K 次下载
更新时间 2008/2/15

查看许可证

This function allows the user to select figures and axes within figures and copy them as subplots into a new figure.

A list of handles is the only mandatory argument. If a handle to an axes object is found, the corresponding axes are copied to the new figure; if a handle to a figure object is found, figs2subplots automatically finds its children axes and copy them to the new figure.

Optional arguments allows specifying the subplot arrangement in the new figure.

引用格式

Francois Bouffard (2024). figs2subplots (https://www.mathworks.com/matlabcentral/fileexchange/6459-figs2subplots), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Now supports legends thanks to code from Zoran Pasaric