image thumbnail

updated 2 months ago

export_fig by Oliver Woodford

Exports figures nicely to a number of vector & bitmap formats. (anti alias, figure, embed)

copyfig(fh)

eps2pdf(source, dest, crop, append, gray, quality)

export_fig(varargin)

image thumbnail

updated 1 year ago

Save Multiple Figures in a click by Nicolas Beuchat

Save multiple figures with a GUI in several formats. No need to save all figures one-by-one anymore! (eps, tif, png)

savemultfigs(varargin)

image thumbnail

updated almost 2 years ago

Naming figures (fig.m) by Aslak Grinsted

Create new figures with a windowtitle. (fig, window, figure)

H=fig(varargin)

image thumbnail

updated almost 2 years ago

Split/Merge Matlab figures. by T. R.

Split/Merge Matlab figures. (axes, fig, figure)

figmerge( FigLst, SubLoc, DstOpt, DoAxes, ...

figsplit( FigLst, DoAxes )

image thumbnail

updated 2 years ago

Extract data from an existing .fig file by Nassim Khaled

Extract data from an existing matlab 2D or 3D figure (data, z, x)

[xdata,ydata,zdata]=getfigdata(figure_name);

image thumbnail

updated almost 3 years ago

Save Figures by Matthew

This function provides a quick and easy way to save all current plots. (automation, eps, fig)

savefigs()

image thumbnail

updated 3 years ago

saveas2.m v1.1 (Sep 2009) by Carlos Adrian Vargas Aguilera

Saves current figure matching its size with specific extension and resolution. (eps, fig, bmp)

saveas2(varargin)

image thumbnail

updated almost 4 years ago

AdvExpFigUI by Primoz Cermelj

Exporting MATLAB figures (gui tools, example, exportfig)

advexpfig(fh,fName,format,varargin)

advexpfigui(varargin)

eps2xxx(epsFile,outFormats,varargin)

image thumbnail

updated 5 years ago

Convert fig files to images by Lorenzo Luini

Change format of the all the fig files in a folder (fig, export, convert)

export_figs(ext)

image thumbnail

updated almost 6 years ago

Simple Tab with GUIDE by Paolo

create tabs with GUIDE (tabs, gui tools, create)

simple_tab(varargin)

image thumbnail

updated 6 years ago

getfigdata v1.1 by M. A. Hopcroft

Extracts data from the lines in a .fig figure file. (data exploration, retrieve, fig)

getfigdata(fignum)

image thumbnail

updated almost 7 years ago

extract_subplot_image by Chris Clayton

Extract image data from saved fig file (data exploration, fig, file)

extract_subplot_image(hh,nimage)

image thumbnail

updated almost 7 years ago

fig by Will Robertson

A function to easily create and select figures (annotation, customization, figure)

fig(str);

image thumbnail

updated 7 years ago

AdvExpFig by Primoz Cermelj

Exporting MATLAB figures (graphics import, graphics export, exportfig)

advexpfig(fh,fName,format,varargin)

eps2xxx(epsFile,outFormats,fullGsPath,orientation)

image thumbnail

updated 9 years ago

Import Fig File to Axes by Stuart McGarrity

Import fig file to axes (file, subplot, import)

importfig(figfilename,SubplotAxes)

Contact us