<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/172308</link>
    <title>MATLAB Central Newsreader - Plot Titles With GUIDE</title>
    <description>Feed for thread: Plot Titles With GUIDE</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, 09 Jul 2008 19:40:20 -0400</pubDate>
      <title>Plot Titles With GUIDE</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/172308#442111</link>
      <author>David Doria</author>
      <description>Is it standard practice to use a &quot;Static Text&quot; control for&lt;br&gt;
axes titles/x,y labels in a GUI? Or is there some way to get&lt;br&gt;
the title() function to actually do something?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Dave</description>
    </item>
    <item>
      <pubDate>Wed, 09 Jul 2008 20:06:02 -0400</pubDate>
      <title>Re: Plot Titles With GUIDE</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/172308#442118</link>
      <author>David Doria</author>
      <description>ah, so i was confused by using imshow as my first example in&lt;br&gt;
a GUI. The title worked fine with a normal plot. Still, it&lt;br&gt;
seems you can either use the real title or fix a static text&lt;br&gt;
box - is it just preference? Or is one better than the other?</description>
    </item>
    <item>
      <pubDate>Wed, 09 Jul 2008 20:18:42 -0400</pubDate>
      <title>Re: Plot Titles With GUIDE</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/172308#442121</link>
      <author>Nasser Abbasi</author>
      <description>&lt;br&gt;
&quot;David Doria&quot; &amp;lt;daviddoria@gmail.com&amp;gt; wrote in message &lt;br&gt;
news:g535n9$rao$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; ah, so i was confused by using imshow as my first example in&lt;br&gt;
&amp;gt; a GUI. The title worked fine with a normal plot. Still, it&lt;br&gt;
&amp;gt; seems you can either use the real title or fix a static text&lt;br&gt;
&amp;gt; box - is it just preference? Or is one better than the other?&lt;br&gt;
&lt;br&gt;
You can use title with imshow() also, but indirectly.&lt;br&gt;
&lt;br&gt;
You can use the options 'Parent',h  to tell imshow() which axes with the &lt;br&gt;
handle 'h' to display on.&lt;br&gt;
&lt;br&gt;
Then use title(h,'the title') to put a title on the axes which now contains &lt;br&gt;
the output from imshow()&lt;br&gt;
&lt;br&gt;
Nasser </description>
    </item>
    <item>
      <pubDate>Thu, 10 Jul 2008 03:30:30 -0400</pubDate>
      <title>Re: Plot Titles With GUIDE</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/172308#442176</link>
      <author>vedenev</author>
      <description>Here is the code:&lt;br&gt;
&lt;br&gt;
figure;&lt;br&gt;
ha=axes;&lt;br&gt;
I = imread('cameraman.tif');&lt;br&gt;
imshow(I) ;&lt;br&gt;
title(ha,'title here');&lt;br&gt;
&lt;br&gt;
------------------------------------&lt;br&gt;
Maxim Vedenev, Matlab freelancer&lt;br&gt;
&lt;a href=&quot;http://simulations.narod.ru/&quot;&gt;http://simulations.narod.ru/&lt;/a&gt;</description>
    </item>
  </channel>
</rss>

