saveallfigs

A function for saving all open figures in MATLAB.
47 download
Aggiornato 1 dic 2019

A function for saving all open figures in MATLAB.

The function saves all the open figures as .PNG and .FIG files. The output folder path is an optional argument of the function.

Each figure is saved both as a .FIG file and a .PNG file. The name of the file is a concatenation of the figure's number (according to MATLAB's order) and the Axes title if it exists.

The function works in LiveScripts too, provided it is placed in a separate section.

This is most useful for long scripts which produce a large number of figures which should all be saved, for reports or future examination.

Cita come

Samuel Londner (2024). saveallfigs (https://github.com/anutkk/saveallfigs), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Printing and Saving in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
1.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.