KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
export_fig.m File Reference

Make sure the figure is rendered correctly now so that properties like axes limits are up-to-date. More...

Go to the source code of this file.

Functions

function [ im ,
alpha ] = 
export_fig (varargin)
 Make sure the figure is rendered correctly now so that properties like axes limits are up-to-date. More...
 
function [ fig ,

options ] = 
exportfig>parse_args (nout, varargin)
 
function A = exportfig>downsize (A, factor)
 
function A = exportfig>rgb2grey (A)
 
function A = exportfig>check_greyscale (A)
 
function [ A ,
v ] = 
exportfig>crop_background (A, bcol)
 
function  exportfig>eps_remove_background (fname)
 
function b = exportfig>isvector (options)
 
function b = exportfig>isbitmap (options)
 
function A = exportfig>make_cell (A)
 
function  exportfig>add_bookmark (fname, bookmark_text)
 

Detailed Description

Make sure the figure is rendered correctly now so that properties like axes limits are up-to-date.

Definition in file export_fig.m.

Function Documentation

function [ im , alpha ] = export_fig (   varargin)

Make sure the figure is rendered correctly now so that properties like axes limits are up-to-date.

Definition at line 17 of file export_fig.m.

References all(), copyfig(), eps2pdf(), isolate_axes(), pdf2eps(), print2array(), print2eps(), and Y.

Referenced by Utils.saveFigure().

Here is the call graph for this function:

Here is the caller graph for this function:

function exportfig>add_bookmark (   fname,
  bookmark_text 
)

Definition at line 652 of file export_fig.m.

References t.

function A = exportfig>check_greyscale (   A)

Definition at line 531 of file export_fig.m.

References all().

Here is the call graph for this function:

function [A , v ] = exportfig>crop_background (   A,
  bcol 
)

Definition at line 542 of file export_fig.m.

References all(), l, and t.

Here is the call graph for this function:

function A = exportfig>downsize (   A,
  factor 
)

Definition at line 497 of file export_fig.m.

References t.

function exportfig>eps_remove_background (   fname)

Definition at line 603 of file export_fig.m.

References l.

function b = exportfig>isbitmap (   options)

Definition at line 637 of file export_fig.m.

function b = exportfig>isvector (   options)

Definition at line 631 of file export_fig.m.

function A = exportfig>make_cell (   A)

Definition at line 644 of file export_fig.m.

function [fig , options ] = exportfig>parse_args (   nout,
  varargin 
)

Definition at line 327 of file export_fig.m.

References all(), and t.

Here is the call graph for this function:

function A = exportfig>rgb2grey (   A)

Definition at line 525 of file export_fig.m.