<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/242502</link>
    <title>MATLAB Central Newsreader - loading large datasets</title>
    <description>Feed for thread: loading large datasets</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, 16 Jan 2009 02:10:05 -0500</pubDate>
      <title>loading large datasets</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/242502#621944</link>
      <author>Paul </author>
      <description>It would be nice to have some kind of indicator to show the progress of the load command.  No problem for small files, which only takes a seconds, but when there is a lot of data it would be reassuring to see a progress bar.  &lt;br&gt;
&lt;br&gt;
If this is not possible, then why is it possible when moving files, say when you click and drag on  Windows machine.</description>
    </item>
    <item>
      <pubDate>Fri, 16 Jan 2009 11:55:57 -0500</pubDate>
      <title>Re: loading large datasets</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/242502#622040</link>
      <author>Rune Allnor</author>
      <description>On 16 Jan, 03:10, &quot;Paul&quot; &amp;lt;p...@ceri.memphis.edu&amp;gt; wrote:&lt;br&gt;
&amp;gt; It would be nice to have some kind of indicator to show the progress of t=&lt;br&gt;
he load command. =A0No problem for small files, which only takes a seconds,=&lt;br&gt;
&amp;nbsp;but when there is a lot of data it would be reassuring to see a progress b=&lt;br&gt;
ar. =A0&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; If this is not possible, then why is it possible when moving files, say w=&lt;br&gt;
hen you click and drag on =A0Windows machine.&lt;br&gt;
&lt;br&gt;
Assuming there is a progress bar available with the&lt;br&gt;
matlab GUI components (there was a post some weeks ago&lt;br&gt;
complaining about some 'trivial' component missing from&lt;br&gt;
the matlab component kit) this is possible. But you&lt;br&gt;
might have to implement the tool yourself.&lt;br&gt;
&lt;br&gt;
On the command line you can print a status message&lt;br&gt;
every N'th line. It will become a bit cluttered,&lt;br&gt;
but is possible.&lt;br&gt;
&lt;br&gt;
But the fact of the matter is that text files take a&lt;br&gt;
long time to load. Expect 50 - 100 seconds per 100 MBytes&lt;br&gt;
of data, depending on system parameters and what parsing&lt;br&gt;
of the data is done wile reading them.&lt;br&gt;
&lt;br&gt;
Rune</description>
    </item>
  </channel>
</rss>

