figs2subplots
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.
Cita come
Francois Bouffard (2025). figs2subplots (https://it.mathworks.com/matlabcentral/fileexchange/6459-figs2subplots), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Graphics > Labels and Styling > Axes Appearance > Combine Multiple Plots > Subplots >
 - MATLAB > Graphics > Graphics Objects > Graphics Object Properties >
 
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | Now supports legends thanks to code from Zoran Pasaric  | 
          
