<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173979</link>
    <title>MATLAB Central Newsreader - How to Display Copyright Symbol</title>
    <description>Feed for thread: How to Display Copyright Symbol</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 08 Aug 2008 07:25:03 -0400</pubDate>
      <title>How to Display Copyright Symbol</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173979#448070</link>
      <author>Alex Thiele</author>
      <description>Dear All,&lt;br&gt;
&lt;br&gt;
I am trying to add a copyright symbol to my MATLAB GUI &lt;br&gt;
title bar with the following code;&lt;br&gt;
&lt;br&gt;
set(handles.figure1,'Name','\copyright AIS');&lt;br&gt;
&lt;br&gt;
But it doesnt work. Does anyone know how to do this please?&lt;br&gt;
&lt;br&gt;
Many thanks, Al</description>
    </item>
    <item>
      <pubDate>Fri, 08 Aug 2008 08:25:34 -0400</pubDate>
      <title>Re: How to Display Copyright Symbol</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173979#448075</link>
      <author>NZTideMan</author>
      <description>On Aug 8, 7:25=A0pm, &quot;Alex Thiele&quot; &amp;lt;bert1...@yahoo.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; Dear All,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I am trying to add a copyright symbol to my MATLAB GUI&lt;br&gt;
&amp;gt; title bar with the following code;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; set(handles.figure1,'Name','\copyright AIS');&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; But it doesnt work. Does anyone know how to do this please?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Many thanks, Al&lt;br&gt;
&lt;br&gt;
How about char(169)?</description>
    </item>
    <item>
      <pubDate>Fri, 08 Aug 2008 08:48:02 -0400</pubDate>
      <title>Re: How to Display Copyright Symbol</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173979#448080</link>
      <author>Alex Thiele</author>
      <description>&lt;br&gt;
&amp;gt; How about char(169)?&lt;br&gt;
&lt;br&gt;
Fantastic - That worked great, thank you! For anyone else &lt;br&gt;
whishing to do this, the code I used was;&lt;br&gt;
&lt;br&gt;
set(handles.figure1,'Name'['NoiseSim  ',char(169),'AIS']);</description>
    </item>
    <item>
      <pubDate>Fri, 08 Aug 2008 08:56:02 -0400</pubDate>
      <title>Re: How to Display Copyright Symbol</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173979#448082</link>
      <author>Alex Thiele</author>
      <description>Oops, I missed a comma out....&lt;br&gt;
&lt;br&gt;
set(handles.figure1,'Name',['NoiseSim  ',char(169),'AIS']);&lt;br&gt;
&lt;br&gt;
=)</description>
    </item>
  </channel>
</rss>

