importToTiledLayout
Version 1.0.0 (1.61 KB) by
Matthew Sparkes
Automate creating tiled layouts from saved figures.
Creates a tiled layout from the cell array figNames, which should contain strings with the saved figures for insertion to a tiled layout. I.e;
figNamesExample = {'testFig1.fig', 'testFig2.fig'}
An n-by-1 tiledlayout will be generated from the saved figures. Add the optional argument, tiledLayoutArray to specify the layout, i.e.
tiledLayoutArrayExample = [2, 2];
Version 1.0, (Nov, 2021). Tested in 2021a.
(c) Matthew Sparkes
Cite As
Matthew Sparkes (2025). importToTiledLayout (https://uk.mathworks.com/matlabcentral/fileexchange/102789-importtotiledlayout), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2021a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
