Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: How to Display Copyright Symbol
Date: Fri, 8 Aug 2008 07:25:03 +0000 (UTC)
Organization: Atlantic Inertial Systems
Lines: 10
Message-ID: <g7gscf$148$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1218180303 1160 172.30.248.37 (8 Aug 2008 07:25:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 8 Aug 2008 07:25:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1460496
Xref: news.mathworks.com comp.soft-sys.matlab:484424



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