![]() |
OptFEM2DP1 Toolbox
V1.2b3
Matlab/Octave Optimized P1-Lagrange Finite Element Method in 2D
|
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. | |
To manage the saving of figures. Save in eps, jpg and png format.
Definition in file SaveFigure.m.
function SaveFigure | ( | issave, | |
Name, | |||
percent | |||
) |
To manage the saving of figures. Save in eps, jpg and png format.
issave | boolean. If true saving figure is done. |
Name | name of the destination file without extension (string) |
percent | value for resizing the figure (only png format under unix) |
Definition at line 17 of file SaveFigure.m.