Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!postnews.google.com!b30g2000prf.googlegroups.com!not-for-mail
From: NZTideMan <mulgor@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to Display Copyright Symbol
Date: Fri, 8 Aug 2008 01:25:34 -0700 (PDT)
Organization: http://groups.google.com
Lines: 13
Message-ID: <faf8d517-ac88-462f-a9b4-52289f2c2daa@b30g2000prf.googlegroups.com>
References: <g7gscf$148$1@fred.mathworks.com>
NNTP-Posting-Host: 202.78.152.105
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1218183934 16457 127.0.0.1 (8 Aug 2008 08:25:34 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 8 Aug 2008 08:25:34 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: b30g2000prf.googlegroups.com; posting-host=202.78.152.105; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Maxthon; 
X-HTTP-Via: 1.1 bc2
Xref: news.mathworks.com comp.soft-sys.matlab:484429



On Aug 8, 7:25=A0pm, "Alex Thiele" <bert1...@yahoo.com> wrote:
> Dear All,
>
> I am trying to add a copyright symbol to my MATLAB GUI
> title bar with the following code;
>
> set(handles.figure1,'Name','\copyright AIS');
>
> But it doesnt work. Does anyone know how to do this please?
>
> Many thanks, Al

How about char(169)?