OptFEM3DP1 Toolbox  V1.0
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 3D
 All Files Functions Variables Pages
SaveFigure.m File Reference

To manage the saving of figures. Save in eps, jpg and png format. More...

Go to the source code of this file.

Functions

function  SaveFigure (issave, Name, percent)
 To manage the saving of figures. Save in eps, jpg and png format.
 

Detailed Description

To manage the saving of figures. Save in eps, jpg and png format.

Definition in file SaveFigure.m.

Function Documentation

function SaveFigure (   issave,
  Name,
  percent 
)

To manage the saving of figures. Save in eps, jpg and png format.

Copyright
See License issues
Parameters
issaveboolean. If true saving figure is done.
Namename of the destination file without extension (string)
percentvalue for resizing the figure (only png format under unix)

Definition at line 17 of file SaveFigure.m.