|
On 16 Jan, 03:10, "Paul" <p...@ceri.memphis.edu> wrote:
> It would be nice to have some kind of indicator to show the progress of t=
he load command. =A0No 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 b=
ar. =A0
>
> If this is not possible, then why is it possible when moving files, say w=
hen you click and drag on =A0Windows machine.
Assuming there is a progress bar available with the
matlab GUI components (there was a post some weeks ago
complaining about some 'trivial' component missing from
the matlab component kit) this is possible. But you
might have to implement the tool yourself.
On the command line you can print a status message
every N'th line. It will become a bit cluttered,
but is possible.
But the fact of the matter is that text files take a
long time to load. Expect 50 - 100 seconds per 100 MBytes
of data, depending on system parameters and what parsing
of the data is done wile reading them.
Rune
|