<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/153989</link>
    <title>MATLAB Central Newsreader - output to the user on command line</title>
    <description>Feed for thread: output to the user on command line</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The 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>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 06 Aug 2007 09:18:58 -0400</pubDate>
      <title>Re: output to the user on command line</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/153989#386387</link>
      <author>us</author>
      <description>Corinna Schmitt:&lt;br&gt;
&amp;lt;SNIP from c-to-ML...&lt;br&gt;
&lt;br&gt;
&amp;gt; Error in ==&amp;gt; aidaimportV5 at 336&lt;br&gt;
&amp;gt; printf('This are your output-files:\n');&lt;br&gt;
&lt;br&gt;
should read&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sprintf('This are your output-files:\n')&lt;br&gt;
&lt;br&gt;
us&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 06 Aug 2007 09:09:30 -0400</pubDate>
      <title>output to the user on command line</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/153989#386386</link>
      <author>Corinna Schmitt</author>
      <description>Hallo,&lt;br&gt;
&lt;br&gt;
I'm writing at a program which works with the input &lt;br&gt;
function. This part now works. My current problem deals &lt;br&gt;
with the output. At the end of my program I want to give &lt;br&gt;
the user a feedback what stand in which file. I tried the &lt;br&gt;
followed:&lt;br&gt;
&lt;br&gt;
printf('This are your output-files:\n');&lt;br&gt;
printf('  1. aidaForMchips.txt - constists of all modified &lt;br&gt;
information needed for Mchips without the header\n');&lt;br&gt;
printf('  2. aidaForTestaida.txt - constists of all &lt;br&gt;
modified information in Mchips format needed for the AIDA-&lt;br&gt;
Test if all Mchips-IDs occure in the correct number &lt;br&gt;
(including the header)\n');&lt;br&gt;
&lt;br&gt;
This should be displayed in the command window.&lt;br&gt;
It does not work. I get the following error message:&lt;br&gt;
&lt;br&gt;
??? Undefined function or method 'printf' for input &lt;br&gt;
arguments of type 'char'.&lt;br&gt;
&lt;br&gt;
Error in ==&amp;gt; aidaimportV5 at 336&lt;br&gt;
printf('This are your output-files:\n');&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
How must I change it if I want it to be displayed in an &lt;br&gt;
extra window which should be closed by the user after he &lt;br&gt;
read the information.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Corinna&lt;br&gt;
&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
