mkeps.m
author A.M. Thurnherr <athurnherr@yahoo.com>
Wed, 18 Apr 2012 07:41:27 +0000
changeset 6 71f657b20ca0
parent 0 40938dd7a1f1
permissions -rw-r--r--
.

%======================================================================
%                    M K E P S . M 
%                    doc: Thu Oct 20 11:48:17 2005
%                    dlm: Wed Nov 30 10:59:23 2005
%                    (c) 2005 A.M. Thurnherr
%                    uE-Info: 15 41 NIL 0 0 72 2 2 4 NIL ofnI
%======================================================================
%
% save current figure to eps file
%
% USAGE: mkeps(outFileName)
%

function [] = mkeps(ofn)
	eval(sprintf('print -depsc2 %s',ofn));