<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/252814</link>
    <title>MATLAB Central Newsreader - parts per mil (%o) symbol?</title>
    <description>Feed for thread: parts per mil (%o) 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>Wed, 03 Jun 2009 15:14:01 -0400</pubDate>
      <title>parts per mil (%o) symbol?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/252814#654395</link>
      <author>justabovemaine maine</author>
      <description>quick question: anyone know how to add the 'parts per mil' symbol (%o) to an axis (without typing an 'o' after '%' )?  </description>
    </item>
    <item>
      <pubDate>Wed, 03 Jun 2009 17:28:01 -0400</pubDate>
      <title>Re: parts per mil (%o) symbol?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/252814#654445</link>
      <author>Jan Simon</author>
      <description>Dear justabovemaine maine!&lt;br&gt;
&lt;br&gt;
&amp;gt; quick question: anyone know how to add the 'parts per mil' symbol (%o) to an axis (without typing an 'o' after '%' )?  &lt;br&gt;
&lt;br&gt;
Depending on the applied font, CHAR(137) could help.&lt;br&gt;
&lt;br&gt;
Good luck, Jan</description>
    </item>
    <item>
      <pubDate>Wed, 03 Jun 2009 19:05:19 -0400</pubDate>
      <title>Re: parts per mil (%o) symbol?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/252814#654475</link>
      <author>justabovemaine maine</author>
      <description>&quot;Jan Simon&quot; &amp;lt;matlab.THIS_YEAR@nMINUSsimon.de&amp;gt; wrote in message &amp;lt;h06br1$1qc$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Dear justabovemaine maine!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; quick question: anyone know how to add the 'parts per mil' symbol (%o) to an axis (without typing an 'o' after '%' )?  &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Depending on the applied font, CHAR(137) could help.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Good luck, Jan&lt;br&gt;
&lt;br&gt;
Thanks, Jan!&lt;br&gt;
&lt;br&gt;
I tried using char(137) but just get a blank string.  Any recommendations which font to use?  i tried, ylabel(char(137),'fontname','arial') but w/ no luck.  Thanks again for your help.</description>
    </item>
    <item>
      <pubDate>Wed, 03 Jun 2009 22:22:01 -0400</pubDate>
      <title>Re: parts per mil (%o) symbol?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/252814#654522</link>
      <author>Jan Simon</author>
      <description>Dear justabovemaine maine!&lt;br&gt;
&lt;br&gt;
&amp;gt; I tried using char(137) but just get a blank string.  Any recommendations which font to use?  i tried, ylabel(char(137),'fontname','arial') but w/ no luck.&lt;br&gt;
&lt;br&gt;
Damn. It works well in Matlab 5.3 and 6.5.&lt;br&gt;
Now some characters are not longer available, which is not a problem of the font. Try in the command window:&lt;br&gt;
&amp;nbsp;&amp;nbsp;char(32:255)&lt;br&gt;
The results differ between 6.5 and 2009a even for the same font.&lt;br&gt;
&lt;br&gt;
After seeking the Matlab doc (you've done already, I assume...), I'm disappointed. The best solution, I can find is:&lt;br&gt;
&amp;nbsp;&amp;nbsp;ylabel('^0/_{00}', 'Interpreter', 'TeX')&lt;br&gt;
The \textperthousand command does not work with the LaTeX interpreter, because the textcomp package seems to be missing. To be true, I'm quite confused by the LaTeX interpreter feature, although the TeX interpreter is really clear to me.&lt;br&gt;
&lt;br&gt;
Good luck, Jan</description>
    </item>
    <item>
      <pubDate>Sun, 07 Jun 2009 05:45:02 -0400</pubDate>
      <title>Re: parts per mil (%o) symbol?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/252814#655141</link>
      <author>Jiro Doke</author>
      <description>&quot;justabovemaine maine&quot; &amp;lt;justabovemaine@gmail.com&amp;gt; wrote in message &amp;lt;h063vp$b3r$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; quick question: anyone know how to add the 'parts per mil' symbol (%o) to an axis (without typing an 'o' after '%' )?  &lt;br&gt;
&lt;br&gt;
char(8240) should work:&lt;br&gt;
&lt;br&gt;
ylabel(char(8240))&lt;br&gt;
&lt;br&gt;
jiro</description>
    </item>
  </channel>
</rss>

