Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
/ MatlabFigureManager Public archive

Graphic interface to easily manage and save figures in multiple formats.

License

Notifications You must be signed in to change notification settings

Tetane/MatlabFigureManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatlabFigureManager

MatlabFigureManager is a simple Matlab GUI that shows a list of all the figures opened and allows to easily save them in different file formats. The current supported formats are: .fig, .eps, .pdf, .svg, .png. (Other file formats that are supported by Matlab can easily be added.)

Dependency:

Installation

To install MatlabFigureManager, use these following lines in your MATLAB Command Window.

folder = unzip(websave([userpath,'\MatlabFigureManager'],'https://github.com/Tetane/MatlabFigureManager/archive/1.0.zip'),userpath);
addpath(genpath([userpath,'\MatlabFigureManager-1.0']));
delete([userpath,'\MatlabFigureManager.zip']);
fgm;

To launch automatically MatlabFigureManager when MATLAB starts, use these following lines in your MATLAB Command Window.

msg = "addpath(genpath('"+userpath+"\MatlabFigureManager-1.0'));fgm;";
id = fopen('startup.m','a');
fwrite(id,msg);
fclose(id);

About

Graphic interface to easily manage and save figures in multiple formats.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages