<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265023</link>
    <title>MATLAB Central Newsreader - How can I export the display contant via command?</title>
    <description>Feed for thread: How can I export the display contant via command?</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, 04 Nov 2009 23:02:04 -0500</pubDate>
      <title>How can I export the display contant via command?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265023#692222</link>
      <author>Q Zhang</author>
      <description>Dear all,&lt;br&gt;
&lt;br&gt;
I am wondering to export my &quot;display&quot; result directly to some files such as excell or word, do you know how to do it by programming instead of copy and past?&lt;br&gt;
&lt;br&gt;
Many thanks in advance,&lt;br&gt;
&lt;br&gt;
Qunzi </description>
    </item>
    <item>
      <pubDate>Thu, 05 Nov 2009 14:21:31 -0500</pubDate>
      <title>Re: How can I export the display contant via command?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265023#692400</link>
      <author>dpb</author>
      <description>Q Zhang wrote:&lt;br&gt;
&amp;gt; Dear all,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am wondering to export my &quot;display&quot; result directly to some files&lt;br&gt;
&amp;gt; such as excell or word, do you know how to do it by programming&lt;br&gt;
&amp;gt; instead of copy and past?&lt;br&gt;
...&lt;br&gt;
&lt;br&gt;
help iofun&lt;br&gt;
&lt;br&gt;
may provide some useful starting points...&lt;br&gt;
&lt;br&gt;
--</description>
    </item>
    <item>
      <pubDate>Thu, 05 Nov 2009 18:43:04 -0500</pubDate>
      <title>Re: How can I export the display contant via command?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265023#692499</link>
      <author>Rohit </author>
      <description>dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;hcunav$lh0$2@news.eternal-september.org&amp;gt;...&lt;br&gt;
&amp;gt; Q Zhang wrote:&lt;br&gt;
&amp;gt; &amp;gt; Dear all,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I am wondering to export my &quot;display&quot; result directly to some files&lt;br&gt;
&amp;gt; &amp;gt; such as excell or word, do you know how to do it by programming&lt;br&gt;
&amp;gt; &amp;gt; instead of copy and past?&lt;br&gt;
&amp;gt; ...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
You may as well look out for fprintf function. It helps youvto print data to the file.&lt;br&gt;
&lt;br&gt;
Rohit</description>
    </item>
    <item>
      <pubDate>Thu, 05 Nov 2009 18:44:51 -0500</pubDate>
      <title>Re: How can I export the display contant via command?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265023#692500</link>
      <author>dpb</author>
      <description>Rohit wrote:&lt;br&gt;
&amp;gt; dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;hcunav$lh0$2@news.eternal-september.org&amp;gt;...&lt;br&gt;
&amp;gt;&amp;gt; Q Zhang wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Dear all,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; I am wondering to export my &quot;display&quot; result directly to some files&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; such as excell or word, do you know how to do it by programming&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; instead of copy and past?&lt;br&gt;
&amp;gt;&amp;gt; ...&lt;br&gt;
...&lt;br&gt;
&amp;gt; You may as well look out for fprintf function. It helps you to&lt;br&gt;
&amp;gt; print data to the file. &amp;gt;&lt;br&gt;
&amp;gt; Rohit&lt;br&gt;
&lt;br&gt;
Well, yes, although it won't help much w/ Excel and/or Word (at least &lt;br&gt;
directly) which is why I suggested to look at the list of io functions &lt;br&gt;
to see what specialized functions might suit whatever it is that OP &lt;br&gt;
actually has in mind (which we weren't enlightened on much, if at all)...&lt;br&gt;
&lt;br&gt;
--</description>
    </item>
    <item>
      <pubDate>Thu, 05 Nov 2009 21:12:04 -0500</pubDate>
      <title>Re: How can I export the display contant via command?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265023#692530</link>
      <author>Yair Altman</author>
      <description>&quot;Q Zhang&quot; &amp;lt;silence_qunzi@hotmail.com&amp;gt; wrote in message &amp;lt;hct15b$15f$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Dear all,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am wondering to export my &quot;display&quot; result directly to some files such as excell or word, do you know how to do it by programming instead of copy and past?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Many thanks in advance,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Qunzi &lt;br&gt;
&lt;br&gt;
You can use the OfficeDoc utility on the Matlab FileExchange to programmatically export Matlab data and figures to Excel, Word and PowerPoint files: &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/15192-officedoc-readwriteformat-ms-office-docs-xlsdocppt&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/15192-officedoc-readwriteformat-ms-office-docs-xlsdocppt&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Yair Altman&lt;br&gt;
&lt;a href=&quot;http://ymasoftware.com&quot;&gt;http://ymasoftware.com&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://UndocumentedMatlab.com&quot;&gt;http://UndocumentedMatlab.com&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Sun, 08 Nov 2009 16:32:02 -0500</pubDate>
      <title>Re: How can I export the display contant via command?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265023#693030</link>
      <author>Q Zhang</author>
      <description>dpb &amp;lt;none@non.net&amp;gt; wrote in message &amp;lt;hcunav$lh0$2@news.eternal-september.org&amp;gt;...&lt;br&gt;
&amp;gt; Q Zhang wrote:&lt;br&gt;
&amp;gt; &amp;gt; Dear all,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I am wondering to export my &quot;display&quot; result directly to some files&lt;br&gt;
&amp;gt; &amp;gt; such as excell or word, do you know how to do it by programming&lt;br&gt;
&amp;gt; &amp;gt; instead of copy and past?&lt;br&gt;
&amp;gt; ...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; help iofun&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; may provide some useful starting points...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; --&lt;br&gt;
&lt;br&gt;
Many thx:)</description>
    </item>
    <item>
      <pubDate>Sun, 08 Nov 2009 17:10:18 -0500</pubDate>
      <title>Re: How can I export the display contant via command?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265023#693037</link>
      <author>Matt </author>
      <description>&quot;Q Zhang&quot; &amp;lt;silence_qunzi@hotmail.com&amp;gt; wrote in message &amp;lt;hct15b$15f$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Dear all,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am wondering to export my &quot;display&quot; result directly to some files such as excell or word, do you know how to do it by programming instead of copy and past?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Many thanks in advance,&lt;br&gt;
&lt;br&gt;
There's also the diary() command for simple text output.</description>
    </item>
  </channel>
</rss>

