Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: parts per mil (%o) symbol?
Date: Sun, 7 Jun 2009 05:45:02 +0000 (UTC)
Organization: The MathWorks Inc
Lines: 8
Message-ID: <h0fk4u$h3g$1@fred.mathworks.com>
References: <h063vp$b3r$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 1244353502 17520 172.30.248.38 (7 Jun 2009 05:45:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 7 Jun 2009 05:45:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 869871
Xref: news.mathworks.com comp.soft-sys.matlab:545286


"justabovemaine maine" <justabovemaine@gmail.com> wrote in message <h063vp$b3r$1@fred.mathworks.com>...
> quick question: anyone know how to add the 'parts per mil' symbol (%o) to an axis (without typing an 'o' after '%' )?  

char(8240) should work:

ylabel(char(8240))

jiro