From: o_depot <o_depot@mailinator.com>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: exporting figures from the command line
Message-ID: <ef5d17d.1@webcrossing.raydaftYaTP>
Date: Tue, 10 Jul 2007 18:38:44 -0400
References: <ef5d17d.-1@webcrossing.raydaftYaTP> <f70rl1$2v5$1@fred.mathworks.com>
Lines: 27
NNTP-Posting-Host: 159.178.50.186
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:418359



us wrote:
>
>
> <SNIP <print>ing from the command line...
>
> a hint:
>
> help print;
> % then, look at options
> % -dpng
> % -r
>
> us
>
  

thanks us,

   I've used the print command before, -dpng to output as a png, and
-r to set resolution. The 'pub_style1' style that I've saved (and
load through the Export GUI) has many tweaks and changes. Is there
some way to load that style using the print command? Otherwise, is
the only other option to specify each one of these tweaks as flags to
the print command, or modifying the figure from the command line?
It would be nice to run a command which loads up my the 'pub_style1'
style, applies it to the current figure, then exports the figure as a
png (or whatever format)...