Thread Subject: How to Display Copyright Symbol

Subject: How to Display Copyright Symbol

From: Alex Thiele

Date: 8 Aug, 2008 07:25:03

Message: 1 of 4

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

Subject: How to Display Copyright Symbol

From: NZTideMan

Date: 8 Aug, 2008 08:25:34

Message: 2 of 4

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)?

Subject: How to Display Copyright Symbol

From: Alex Thiele

Date: 8 Aug, 2008 08:48:02

Message: 3 of 4


> How about char(169)?

Fantastic - That worked great, thank you! For anyone else
whishing to do this, the code I used was;

set(handles.figure1,'Name'['NoiseSim ',char(169),'AIS']);

Subject: How to Display Copyright Symbol

From: Alex Thiele

Date: 8 Aug, 2008 08:56:02

Message: 4 of 4

Oops, I missed a comma out....

set(handles.figure1,'Name',['NoiseSim ',char(169),'AIS']);

=)

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
copyright symbo... Alex Thiele 8 Aug, 2008 03:25:14
rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com