Path: news.mathworks.com!not-for-mail
From: "matt dash" <n.a@mail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: axis' labels (latex)
Date: Sat, 10 May 2008 21:13:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 3
Message-ID: <g0534v$19a$1@fred.mathworks.com>
References: <g02bv1$hl1$1@fred.mathworks.com> <g02dhj$m55$1@fred.mathworks.com>
Reply-To: "matt dash" <n.a@mail.com>
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 1210453983 1322 172.30.248.38 (10 May 2008 21:13:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 10 May 2008 21:13:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 939004
Xref: news.mathworks.com comp.soft-sys.matlab:467729


You can get the label's handle by using h=get(gca,'ylabel')
and then change it's position and rotation properties. (Only
works for the axis label, not the tick labels)