<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240759</link>
    <title>MATLAB Central Newsreader - change the size of title text</title>
    <description>Feed for thread: change the size of title text</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, 10 Dec 2008 05:34:02 -0500</pubDate>
      <title>change the size of title text</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240759#616097</link>
      <author>K R. Rad</author>
      <description>for a plot, how can we change the size of the text for title of the plot?&lt;br&gt;
&lt;br&gt;
Thanks in advance,&lt;br&gt;
K.</description>
    </item>
    <item>
      <pubDate>Wed, 10 Dec 2008 05:47:02 -0500</pubDate>
      <title>Re: change the size of title text</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240759#616098</link>
      <author>Jiro Doke</author>
      <description>&quot;K R. Rad&quot; &amp;lt;krahnamarad@yahoo.com&amp;gt; wrote in message &amp;lt;ghnkc9$50u$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; for a plot, how can we change the size of the text for title of the plot?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks in advance,&lt;br&gt;
&amp;gt; K.&lt;br&gt;
&lt;br&gt;
Take a look at&lt;br&gt;
&lt;br&gt;
help title&lt;br&gt;
&lt;br&gt;
If you're using a relatively recent version of MATLAB, you should be able to just say:&lt;br&gt;
&lt;br&gt;
title('My Title', 'FontSize', 20);&lt;br&gt;
&lt;br&gt;
Or, you can always do:&lt;br&gt;
&lt;br&gt;
t = title('My Title');&lt;br&gt;
set(t, 'FontSize', 20);&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Hope this helps.&lt;br&gt;
&lt;br&gt;
jiro</description>
    </item>
  </channel>
</rss>

