Path: news.mathworks.com!not-for-mail
From: "Francesco " <fsarnari@maths.leeds.ac.uk>
Newsgroups: comp.soft-sys.matlab
Subject: Re: axis' labels (latex)
Date: Fri, 9 May 2008 20:52:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 36
Message-ID: <g02dhj$m55$1@fred.mathworks.com>
References: <g02bv1$hl1$1@fred.mathworks.com>
Reply-To: "Francesco " <fsarnari@maths.leeds.ac.uk>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210366323 22693 172.30.248.37 (9 May 2008 20:52:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 9 May 2008 20:52:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 277707
Xref: news.mathworks.com comp.soft-sys.matlab:467644


I have set up LaTex as a default interpreter and now it 
accepts LaTex strings. The only remaining problem is now 
that the label sometimes overlaps the numbers along the 
axis.
How can I move shift (and/or rotate) the position of the 
label so that it's readable?
Thanks again
Francesco




"Francesco " <fsarnari@maths.leeds.ac.uk> wrote in message 
<g02bv1$hl1$1@fred.mathworks.com>...
> Hi Everybody,
> I have the following problem:
> I have produced a plot and I would like to 
> label one of my axis (y) with the Latex string
> 
> \sqrt{a_{1}^{2}+b_{1}^{2}}
> 
> I tryed to write in my plotting instruction
> 
> xlabel t,ylabel \sqrt{a_{1}^{2}+b_{1}^{2}}
> 
> but I recive an error message, saying 'Unable to 
interpret 
> Tex string...'
> How can I do that?
> Thanks
> Francesco
> 
> 
> 
>