mkeps.m
author A.M. Thurnherr <athurnherr@yahoo.com>
Thu, 21 Nov 2013 11:25:53 +0000
changeset 11 21c72df92e2c
parent 0 40938dd7a1f1
permissions -rw-r--r--
post US5 & merged with whoosher local copy

%======================================================================
%                    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));