<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235128</link>
    <title>MATLAB Central Newsreader - Automated figure copy-paste to Microsoft Word?</title>
    <description>Feed for thread: Automated figure copy-paste to Microsoft Word?</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>Fri, 29 Aug 2008 18:42:01 -0400</pubDate>
      <title>Re: Automated figure copy-paste to Microsoft Word?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235128#597998</link>
      <author>Dan Haeg</author>
      <description>&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I would like to have a way where MATLAB figures are&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; automatically pasted to a Word document. Anyone know&lt;br&gt;
how to&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; go about this?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Thanks,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; One way would be to publish the script that created the&lt;br&gt;
&amp;gt; &amp;gt; figures, see the help for options.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks for the suggestion, but I'm afraid I don't exactly&lt;br&gt;
&amp;gt; follow what you mean. Could you clarify a bit more please?&lt;br&gt;
&lt;br&gt;
if you have a bunch of figures open in matlab you can make a&lt;br&gt;
script that loops through all of the figures and changes&lt;br&gt;
something. if you &quot;publish&quot; this script matlab will make a&lt;br&gt;
word document with all of your figures.&lt;br&gt;
&lt;br&gt;
save the below code as a script:&lt;br&gt;
%% make available figures active&lt;br&gt;
h=findobj('type','figure');&lt;br&gt;
for ind=1:length(h)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;figure(h(ind))&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;grid on&lt;br&gt;
end&lt;br&gt;
&lt;br&gt;
run this from the commandline:&lt;br&gt;
publish('your script name goes here','doc')&lt;br&gt;
winopen(ans)</description>
    </item>
    <item>
      <pubDate>Fri, 29 Aug 2008 19:57:01 -0400</pubDate>
      <title>Re: Automated figure copy-paste to Microsoft Word?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235128#598007</link>
      <author>Anish </author>
      <description>Probably the function save2word is what you are looking for:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=3149&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=3149&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
AA&lt;br&gt;
&lt;br&gt;
&quot;Mehrdad Yazdani&quot; &amp;lt;mandmblues@gmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;g8v78u$ml5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I would like to have a way where MATLAB figures are&lt;br&gt;
&amp;gt; automatically pasted to a Word document. Anyone know how to&lt;br&gt;
&amp;gt; go about this?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks,</description>
    </item>
    <item>
      <pubDate>Mon, 25 Aug 2008 21:13:02 -0400</pubDate>
      <title>Automated figure copy-paste to Microsoft Word?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235128#597291</link>
      <author>Mehrdad Yazdani</author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
I would like to have a way where MATLAB figures are&lt;br&gt;
automatically pasted to a Word document. Anyone know how to&lt;br&gt;
go about this?&lt;br&gt;
&lt;br&gt;
Thanks,</description>
    </item>
    <item>
      <pubDate>Mon, 25 Aug 2008 21:21:02 -0400</pubDate>
      <title>Re: Automated figure copy-paste to Microsoft Word?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235128#597292</link>
      <author>Dan Haeg</author>
      <description>&quot;Mehrdad Yazdani&quot; &amp;lt;mandmblues@gmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;g8v78u$ml5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I would like to have a way where MATLAB figures are&lt;br&gt;
&amp;gt; automatically pasted to a Word document. Anyone know how to&lt;br&gt;
&amp;gt; go about this?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&lt;br&gt;
One way would be to publish the script that created the&lt;br&gt;
figures, see the help for options.</description>
    </item>
    <item>
      <pubDate>Mon, 25 Aug 2008 21:58:01 -0400</pubDate>
      <title>Re: Automated figure copy-paste to Microsoft Word?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/235128#597299</link>
      <author>Mehrdad Yazdani</author>
      <description>&quot;Dan Haeg&quot; &amp;lt;haegd@msoe.edu&amp;gt; wrote in message&lt;br&gt;
&amp;lt;g8v7nu$s79$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Mehrdad Yazdani&quot; &amp;lt;mandmblues@gmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;gt; &amp;lt;g8v78u$ml5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I would like to have a way where MATLAB figures are&lt;br&gt;
&amp;gt; &amp;gt; automatically pasted to a Word document. Anyone know how to&lt;br&gt;
&amp;gt; &amp;gt; go about this?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; One way would be to publish the script that created the&lt;br&gt;
&amp;gt; figures, see the help for options.&lt;br&gt;
&lt;br&gt;
Thanks for the suggestion, but I'm afraid I don't exactly&lt;br&gt;
follow what you mean. Could you clarify a bit more please?</description>
    </item>
  </channel>
</rss>

