<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410</link>
    <title>MATLAB Central Newsreader - greek symbols in GUI</title>
    <description>Feed for thread: greek symbols in GUI</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>Sat, 27 Oct 2007 22:24:17 -0400</pubDate>
      <title>greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398668</link>
      <author>Jonas </author>
      <description>Hello, I'm building a GUI and I like to know how to get a &lt;br&gt;
greek symbol for example in a static text or in a push &lt;br&gt;
button. I'd then like to write&lt;br&gt;
&lt;br&gt;
set(handles.static_text,'String','\alpha')&lt;br&gt;
&lt;br&gt;
to display the greek letter alpha but this doesn't work. &lt;br&gt;
Thanks!</description>
    </item>
    <item>
      <pubDate>Sun, 28 Oct 2007 00:28:19 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398671</link>
      <author>Dan </author>
      <description>&quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fg0dqh$lt9$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello, I'm building a GUI and I like to know how to get a &lt;br&gt;
&amp;gt; greek symbol for example in a static text or in a push &lt;br&gt;
&amp;gt; button. I'd then like to write&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; set(handles.static_text,'String','\alpha')&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; to display the greek letter alpha but this doesn't work. &lt;br&gt;
&amp;gt; Thanks!&lt;br&gt;
&lt;br&gt;
There is a submission on the file exchange for doing this &lt;br&gt;
at &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/&lt;/a&gt;&lt;br&gt;
loadFile.do?objectId=10743&amp;objectType=file&lt;br&gt;
&lt;br&gt;
Dan</description>
    </item>
    <item>
      <pubDate>Sun, 28 Oct 2007 10:02:35 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398687</link>
      <author>Jonas </author>
      <description>&quot;Dan &quot; &amp;lt;dpcore@yahoo.com&amp;gt; wrote in message &amp;lt;fg0l33&lt;br&gt;
$b7u$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;lt;fg0dqh$lt9$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hello, I'm building a GUI and I like to know how to get &lt;br&gt;
a &lt;br&gt;
&amp;gt; &amp;gt; greek symbol for example in a static text or in a push &lt;br&gt;
&amp;gt; &amp;gt; button. I'd then like to write&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; set(handles.static_text,'String','\alpha')&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; to display the greek letter alpha but this doesn't &lt;br&gt;
work. &lt;br&gt;
&amp;gt; &amp;gt; Thanks!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; There is a submission on the file exchange for doing this &lt;br&gt;
&amp;gt; at &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/&lt;/a&gt;&lt;br&gt;
&amp;gt; loadFile.do?objectId=10743&amp;objectType=file&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Dan&lt;br&gt;
&lt;br&gt;
Yes, that is one way to do it, although it is easy to run &lt;br&gt;
the function i wonder if there is a simpler way to do it?</description>
    </item>
    <item>
      <pubDate>Sun, 28 Oct 2007 13:25:31 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398698</link>
      <author>Doug Schwarz</author>
      <description>In article &amp;lt;fg1mnr$foh$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
&amp;nbsp;&quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; &quot;Dan &quot; &amp;lt;dpcore@yahoo.com&amp;gt; wrote in message &amp;lt;fg0l33&lt;br&gt;
&amp;gt; $b7u$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;gt; &amp;lt;fg0dqh$lt9$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Hello, I'm building a GUI and I like to know how to get &lt;br&gt;
&amp;gt; a &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; greek symbol for example in a static text or in a push &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; button. I'd then like to write&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; set(handles.static_text,'String','\alpha')&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; to display the greek letter alpha but this doesn't &lt;br&gt;
&amp;gt; work. &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Thanks!&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; There is a submission on the file exchange for doing this &lt;br&gt;
&amp;gt; &amp;gt; at &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; loadFile.do?objectId=10743&amp;objectType=file&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Dan&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Yes, that is one way to do it, although it is easy to run &lt;br&gt;
&amp;gt; the function i wonder if there is a simpler way to do it?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
If all you want is Greek letters then you can just use the Symbol font:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;set(handles.static_text,'String','a','FontName','symbol')&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Doug Schwarz&lt;br&gt;
dmschwarz&amp;ieee,org&lt;br&gt;
Make obvious changes to get real email address.</description>
    </item>
    <item>
      <pubDate>Sun, 28 Oct 2007 18:47:49 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398718</link>
      <author>Jonas </author>
      <description>Well, I also need subscript letters so that I can write a &lt;br&gt;
variable with its index.</description>
    </item>
    <item>
      <pubDate>Sun, 28 Oct 2007 22:30:52 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398735</link>
      <author>Doug Schwarz</author>
      <description>In article &amp;lt;fg2lgl$ses$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
&amp;nbsp;&quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Well, I also need subscript letters so that I can write a &lt;br&gt;
&amp;gt; variable with its index.&lt;br&gt;
&lt;br&gt;
Well, that's okay because the Symbol font has normal numbers.  It should &lt;br&gt;
look fine.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Doug Schwarz&lt;br&gt;
dmschwarz&amp;ieee,org&lt;br&gt;
Make obvious changes to get real email address.</description>
    </item>
    <item>
      <pubDate>Mon, 29 Oct 2007 20:24:42 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398908</link>
      <author>Jonas </author>
      <description>But what about a letter in normal size plus a subscript. &lt;br&gt;
For example to get a title for a plot with subscripts one &lt;br&gt;
would write&lt;br&gt;
&lt;br&gt;
title('E_\theta');&lt;br&gt;
&lt;br&gt;
So is there any simple way of doing this for a GUI control &lt;br&gt;
such as in a static text? Or is this really a limitation in &lt;br&gt;
GUI controls?</description>
    </item>
    <item>
      <pubDate>Mon, 29 Oct 2007 22:25:54 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398923</link>
      <author>Doug Schwarz</author>
      <description>In article &amp;lt;fg5fia$epv$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
&amp;nbsp;&quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; But what about a letter in normal size plus a subscript. &lt;br&gt;
&amp;gt; For example to get a title for a plot with subscripts one &lt;br&gt;
&amp;gt; would write&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; title('E_\theta');&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; So is there any simple way of doing this for a GUI control &lt;br&gt;
&amp;gt; such as in a static text? Or is this really a limitation in &lt;br&gt;
&amp;gt; GUI controls?&lt;br&gt;
&lt;br&gt;
No, there's no simple way.  UIcontrols don't use the tex or latex &lt;br&gt;
renderers, I don't know why.  Anyway, that's why I wrote uibutton.  Just &lt;br&gt;
use that.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Doug Schwarz&lt;br&gt;
dmschwarz&amp;ieee,org&lt;br&gt;
Make obvious changes to get real email address.</description>
    </item>
    <item>
      <pubDate>Tue, 30 Oct 2007 00:22:23 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398940</link>
      <author>Yair Altman</author>
      <description>&quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fg5fia$epv$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; But what about a letter in normal size plus a subscript. &lt;br&gt;
&amp;gt; For example to get a title for a plot with subscripts one &lt;br&gt;
&amp;gt; would write&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; title('E_\theta');&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; So is there any simple way of doing this for a GUI control &lt;br&gt;
&amp;gt; such as in a static text? Or is this really a limitation in &lt;br&gt;
&amp;gt; GUI controls?&lt;br&gt;
&lt;br&gt;
You can use an undocumented feature of all Matlab&lt;br&gt;
uicontrols, which is the fact that they use underlying Java&lt;br&gt;
Swing controls, and these in turn accept any valid HTML&lt;br&gt;
strings. So you can do the following for example:&lt;br&gt;
&lt;br&gt;
uicontrol('string','&amp;lt;html&amp;gt;&amp;lt;b&amp;gt;1&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;3&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;5&amp;lt;/b&amp;gt;&amp;lt;/html&amp;gt;')&lt;br&gt;
&lt;br&gt;
This is equivalent to the tex string '\bf1_23^45\rm'. You&lt;br&gt;
can set font faces, colors, sizes, bold/italic and any other&lt;br&gt;
valid HTML 3.0 property. It's limited, but should do the&lt;br&gt;
trick in most conceivable cases.&lt;br&gt;
&lt;br&gt;
The same is true for tooltips, by the way: try setting&lt;br&gt;
multi-line (&amp;lt;br&amp;gt;) multi-colored (&amp;lt;font color=&quot;red&quot;&amp;gt; ...&lt;br&gt;
&amp;lt;/font&amp;gt;) tooltip once and you'll never use the standard&lt;br&gt;
boring single-line black tooltip again...&lt;br&gt;
&lt;br&gt;
And just in case you were wondering - yes, it also works for&lt;br&gt;
menus, listboxes etc.&lt;br&gt;
&lt;br&gt;
Yair Altman&lt;br&gt;
&lt;a href=&quot;http://ymasoftware.com&quot;&gt;http://ymasoftware.com&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Tue, 30 Oct 2007 11:13:51 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#398982</link>
      <author>Jonas </author>
      <description>&amp;gt; You can use an undocumented feature of all Matlab&lt;br&gt;
&amp;gt; uicontrols, which is the fact that they use underlying &lt;br&gt;
Java&lt;br&gt;
&amp;gt; Swing controls, and these in turn accept any valid HTML&lt;br&gt;
&amp;gt; strings. So you can do the following for example:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; uicontrol&lt;br&gt;
('string','&amp;lt;html&amp;gt;&amp;lt;b&amp;gt;1&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;3&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;5&amp;lt;/b&amp;gt;&amp;lt;/html&amp;gt;')&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; This is equivalent to the tex string '\bf1_23^45\rm'. You&lt;br&gt;
&amp;gt; can set font faces, colors, sizes, bold/italic and any &lt;br&gt;
other&lt;br&gt;
&amp;gt; valid HTML 3.0 property. It's limited, but should do the&lt;br&gt;
&amp;gt; trick in most conceivable cases.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The same is true for tooltips, by the way: try setting&lt;br&gt;
&amp;gt; multi-line (&amp;lt;br&amp;gt;) multi-colored (&amp;lt;font color=&quot;red&quot;&amp;gt; ...&lt;br&gt;
&amp;gt; &amp;lt;/font&amp;gt;) tooltip once and you'll never use the standard&lt;br&gt;
&amp;gt; boring single-line black tooltip again...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; And just in case you were wondering - yes, it also works &lt;br&gt;
for&lt;br&gt;
&amp;gt; menus, listboxes etc.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Yair Altman&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://ymasoftware.com&quot;&gt;http://ymasoftware.com&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Hello, this was a great feature I didn't know about. &lt;br&gt;
However, this works with every uicontrol except with static &lt;br&gt;
text, the one I needed. So I guess the text uicontrol &lt;br&gt;
doesnt' have this underlying Java Swing control. But thanks &lt;br&gt;
to all of you who tried to help.</description>
    </item>
    <item>
      <pubDate>Sun, 03 Aug 2008 03:45:05 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#446969</link>
      <author>Travis Bennett</author>
      <description>Try &lt;br&gt;
&lt;br&gt;
uicontrol(['string','&amp;lt;html&amp;gt;&amp;#960;&amp;lt;/html&amp;gt;'])&lt;br&gt;
&lt;br&gt;
and use a decimal value for the stuff between the html tags.&lt;br&gt;
You'll get a pi button.&lt;br&gt;
&lt;br&gt;
The values can be found at the handy chart at&lt;br&gt;
&lt;a href=&quot;http://htmlhelp.com/reference/html40/entities/symbols.html&quot;&gt;http://htmlhelp.com/reference/html40/entities/symbols.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
I just wish it would work for disp() too.</description>
    </item>
    <item>
      <pubDate>Sun, 03 Aug 2008 09:03:01 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#446977</link>
      <author>Bruno Luong</author>
      <description>Hello,&lt;br&gt;
&lt;br&gt;
The java syntax '&amp;lt;html&amp;gt;&amp;lambda&amp;lt;/html&amp;gt;' works great on the&lt;br&gt;
recent MATLAB version with greek lambda.&lt;br&gt;
&lt;br&gt;
But it does not work on a GUI fig created by 2006B version:&lt;br&gt;
The text appears as it is on the screen:'&amp;lt;html&amp;gt;&lt;br&gt;
&amp;lambda&amp;lt;/html&amp;gt;'. Is there a way to make it work on 2006B?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Bruno</description>
    </item>
    <item>
      <pubDate>Sun, 03 Aug 2008 09:08:02 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#446978</link>
      <author>Bruno Luong</author>
      <description>&quot;Travis Bennett&quot; &amp;lt;dontspam.me@gmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;g739k1$ajs$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Try &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; uicontrol(['string','&amp;lt;html&amp;gt;&amp;#960;&amp;lt;/html&amp;gt;'])&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Type Correction:&lt;br&gt;
&lt;br&gt;
uicontrol('string','&amp;lt;html&amp;gt;&amp;#960;&amp;lt;/html&amp;gt;')&lt;br&gt;
&lt;br&gt;
Bruno</description>
    </item>
    <item>
      <pubDate>Thu, 12 Aug 2010 13:02:06 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#770804</link>
      <author>Nash Dima</author>
      <description>Doug Schwarz &amp;lt;see@sig.for.address.edu&amp;gt; wrote in message &amp;lt;see-5CACE8.09253028102007@71-129-133-66.dollamir.com&amp;gt;...&lt;br&gt;
&amp;gt; In article &amp;lt;fg1mnr$foh$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
&amp;gt;  &quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &quot;Dan &quot; &amp;lt;dpcore@yahoo.com&amp;gt; wrote in message &amp;lt;fg0l33&lt;br&gt;
&amp;gt; &amp;gt; $b7u$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;lt;fg0dqh$lt9$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hello, I'm building a GUI and I like to know how to get &lt;br&gt;
&amp;gt; &amp;gt; a &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; greek symbol for example in a static text or in a push &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; button. I'd then like to write&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; set(handles.static_text,'String','\alpha')&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; to display the greek letter alpha but this doesn't &lt;br&gt;
&amp;gt; &amp;gt; work. &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks!&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; There is a submission on the file exchange for doing this &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; at &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; loadFile.do?objectId=10743&amp;objectType=file&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Dan&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Yes, that is one way to do it, although it is easy to run &lt;br&gt;
&amp;gt; &amp;gt; the function i wonder if there is a simpler way to do it?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; If all you want is Greek letters then you can just use the Symbol font:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;   set(handles.static_text,'String','a','FontName','symbol')&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt; Doug Schwarz&lt;br&gt;
&amp;gt; dmschwarz&amp;ieee,org&lt;br&gt;
&amp;gt; Make obvious changes to get real email address.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hi,&lt;br&gt;
Is it possible to make a string for  static txt not only with greek  letters, ie  Impedance (&amp;#937;) using the symbol font? Any other alternatives?&lt;br&gt;
&lt;br&gt;
Thanks</description>
    </item>
    <item>
      <pubDate>Thu, 12 Aug 2010 13:41:06 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#770818</link>
      <author>Nash Dima</author>
      <description>Doug Schwarz &amp;lt;see@sig.for.address.edu&amp;gt; wrote in message &amp;lt;see-5CACE8.09253028102007@71-129-133-66.dollamir.com&amp;gt;...&lt;br&gt;
&amp;gt; In article &amp;lt;fg1mnr$foh$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
&amp;gt;  &quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &quot;Dan &quot; &amp;lt;dpcore@yahoo.com&amp;gt; wrote in message &amp;lt;fg0l33&lt;br&gt;
&amp;gt; &amp;gt; $b7u$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &quot;Jonas &quot; &amp;lt;joslaa02@student.umu.se&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;lt;fg0dqh$lt9$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hello, I'm building a GUI and I like to know how to get &lt;br&gt;
&amp;gt; &amp;gt; a &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; greek symbol for example in a static text or in a push &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; button. I'd then like to write&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; set(handles.static_text,'String','\alpha')&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; to display the greek letter alpha but this doesn't &lt;br&gt;
&amp;gt; &amp;gt; work. &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks!&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; There is a submission on the file exchange for doing this &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; at &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; loadFile.do?objectId=10743&amp;objectType=file&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Dan&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Yes, that is one way to do it, although it is easy to run &lt;br&gt;
&amp;gt; &amp;gt; the function i wonder if there is a simpler way to do it?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; If all you want is Greek letters then you can just use the Symbol font:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;   set(handles.static_text,'String','a','FontName','symbol')&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt; Doug Schwarz&lt;br&gt;
&amp;gt; dmschwarz&amp;ieee,org&lt;br&gt;
&amp;gt; Make obvious changes to get real email address.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hi,&lt;br&gt;
Is it possible to make a string for  static txt not only with greek  letters, ie  Impedance (&amp;#937;) using the symbol font? Any other alternatives?&lt;br&gt;
&lt;br&gt;
Thanks</description>
    </item>
    <item>
      <pubDate>Thu, 12 Aug 2010 16:37:04 -0400</pubDate>
      <title>Re: greek symbols in GUI</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158410#770902</link>
      <author>Yair Altman</author>
      <description>&amp;gt; Is it possible to make a string for  static txt not only with greek  letters, ie  Impedance (&amp;#937;) using the symbol font? Any other alternatives?&lt;br&gt;
&lt;br&gt;
Of course it is possible: &lt;a href=&quot;http://undocumentedmatlab.com/blog/customizing-matlab-labels/&quot;&gt;http://undocumentedmatlab.com/blog/customizing-matlab-labels/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Yair Altman &lt;br&gt;
&lt;a href=&quot;http://UndocumentedMatlab.com&quot;&gt;http://UndocumentedMatlab.com&lt;/a&gt; </description>
    </item>
  </channel>
</rss>

