Path: news.mathworks.com!not-for-mail
From: "us " <us@neurol.unizh.ch>
Newsgroups: comp.soft-sys.matlab
Subject: Re: special symbols in figures
Date: Mon, 6 Aug 2007 12:46:19 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 10
Message-ID: <f9756r$9ne$1@fred.mathworks.com>
References: <f96s3n$qgm$1@fred.mathworks.com> <f9719k$1a0$1@fred.mathworks.com> <f974fm$l65$1@fred.mathworks.com>
Reply-To: "us " <us@neurol.unizh.ch>
NNTP-Posting-Host: webapp-00-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1186404379 9966 172.30.248.35 (6 Aug 2007 12:46:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 6 Aug 2007 12:46:19 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:422583


Thomas Clerc:
<SNIP down to typo...

> ylabel(text(.1,.5,t,'interpreter','latex'));

must read:

     ylabel(t,'interpreter','latex');

us