<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265328</link>
    <title>MATLAB Central Newsreader - How is a title position included when saving a fig file?</title>
    <description>Feed for thread: How is a title position included when saving a fig file?</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>Mon, 09 Nov 2009 07:29:04 -0500</pubDate>
      <title>How is a title position included when saving a fig file?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265328#693146</link>
      <author>Niels </author>
      <description>Why is the title position and axis label positions not saved in the following fig file? How can it be saved in the fig file?&lt;br&gt;
&lt;br&gt;
plot(1)&lt;br&gt;
h=title('test');&lt;br&gt;
pos = get(h, 'Position');&lt;br&gt;
set(h, 'Position', [pos(1)-0.5, pos(2), pos(3)]);&lt;br&gt;
saveas(gcf, 'test', '.fig');&lt;br&gt;
pause(1)&lt;br&gt;
open('test.fig')&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
&lt;br&gt;
Niels</description>
    </item>
    <item>
      <pubDate>Mon, 16 Nov 2009 02:12:03 -0500</pubDate>
      <title>Re: How is a title position included when saving a fig file?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265328#694958</link>
      <author>Cheryl Danner</author>
      <description>Niels, &lt;br&gt;
&lt;br&gt;
I use MATLAB 2008, and as far as I know, it is not saved.  Because I need to epeatedly use the same figure for a task, my solution is to include a line of code to reposition the title in my script along with my plotting functions.  This is not to say that I've spent a lot of time looking into it and found that you absolutely can't save it -- it just seemed easier to do the workaround.&lt;br&gt;
&lt;br&gt;
-Cheryl</description>
    </item>
  </channel>
</rss>

