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... Hongxun JIANG 1 Feb, 2012 05:30:43
copyright symbo... Alex Thiele 8 Aug, 2008 03:25:14
rssFeed for this Thread

Contact us at files@mathworks.com