Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: export_fig: image resolution/size
Date: Thu, 8 Oct 2009 19:02:02 +0000 (UTC)
Organization: UNIVERSITY OF GLASGOW
Lines: 10
Message-ID: <halcva$gpd$1@fred.mathworks.com>
References: <halah3$2ak$1@fred.mathworks.com> <halbk7$gjj$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1255028522 17197 172.30.248.38 (8 Oct 2009 19:02:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 8 Oct 2009 19:02:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1001118
Xref: news.mathworks.com comp.soft-sys.matlab:576036


"the cyclist" <thecyclist+mathworks_newsgroup@gmail.com> wrote in message <halbk7$gjj$1@fred.mathworks.com>...
> "RUSSELL " <r.johnston@physics.gla.ac.uk> wrote in message <halah3$2ak$1@fred.mathworks.com>...

> I think you need to set the 'PaperPosition' attribute of the figure object.

do you mean:

figure1=figure('paperunits','centimeters','paperposition', [0 0 20 20]);

if so, nothing changes