<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239068</link>
    <title>MATLAB Central Newsreader - NEED HANGMAN PROGRAM!</title>
    <description>Feed for thread: NEED HANGMAN PROGRAM!</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>Tue, 11 Nov 2008 19:09:02 -0500</pubDate>
      <title>NEED HANGMAN PROGRAM!</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239068#610350</link>
      <author>Aaron </author>
      <description>I need a hangman program that would work on the R2008a version of Matlab. I tried the one in the file exchange and I couldn't run it (Maybe because it was on the R12 version of Matlab) I would really appreciate it if someone would help me!&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
tl;dr: I need a working .m file of hangman on Matlab.</description>
    </item>
    <item>
      <pubDate>Wed, 12 Nov 2008 16:38:02 -0500</pubDate>
      <title>Re: NEED HANGMAN PROGRAM!</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239068#610495</link>
      <author>Dave Brackett</author>
      <description>&quot;Aaron &quot; &amp;lt;borkovman@gmail.com&amp;gt; wrote in message &amp;lt;gfcl8e$lfg$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I need a hangman program that would work on the R2008a version of Matlab. I tried the one in the file exchange and I couldn't run it (Maybe because it was on the R12 version of Matlab) I would really appreciate it if someone would help me!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; tl;dr: I need a working .m file of hangman on Matlab.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
you could try writing one yourself using your version of Matlab based on the existing one from the file exchange. shouldn't be too difficult.</description>
    </item>
    <item>
      <pubDate>Wed, 12 Nov 2008 16:47:02 -0500</pubDate>
      <title>Re: NEED HANGMAN PROGRAM!</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/239068#610505</link>
      <author>Dave Brackett</author>
      <description>&quot;Dave Brackett&quot; &amp;lt;davebrackett@hotmail.com&amp;gt; wrote in message &amp;lt;gff0pa$n8e$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Aaron &quot; &amp;lt;borkovman@gmail.com&amp;gt; wrote in message &amp;lt;gfcl8e$lfg$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I need a hangman program that would work on the R2008a version of Matlab. I tried the one in the file exchange and I couldn't run it (Maybe because it was on the R12 version of Matlab) I would really appreciate it if someone would help me!&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; tl;dr: I need a working .m file of hangman on Matlab.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; you could try writing one yourself using your version of Matlab based on the existing one from the file exchange. shouldn't be too difficult.&lt;br&gt;
&lt;br&gt;
i've just tried using the hangman file from the file ex with version 2008a and the only thing stopping it from working is the 'flower' image which it tries to read from the image demos built in to matlab. This image does not come with version 2008a hence the difficulties in running it.&lt;br&gt;
&lt;br&gt;
There does not appear to be a reason for displaying a picture of a flower so if you don't mind what is displayed, simply replace all references to 'flower' with an image that is included with this version.&lt;br&gt;
&lt;br&gt;
If you type 'load imdemos' in the command window, it will load all of the available images. Choose one of those and replace the references in the code: e.g.&lt;br&gt;
change the code to:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;% HangMan Drawing &lt;br&gt;
u = figure;&lt;br&gt;
set(u,'Color',[1 1 0])&lt;br&gt;
load imdemos pepper&lt;br&gt;
myflower(:,:,1) = pepper;&lt;br&gt;
myflower(:,:,2) = pepper;&lt;br&gt;
myflower(:,:,3) = zeros(128,128);&lt;br&gt;
subplot(2,1,1)&lt;br&gt;
imshow(pepper)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
See if that works for you.</description>
    </item>
  </channel>
</rss>

