From: Jetson Ronald on
Hello
I am analysing several no of input files in a single program. My input files are accelerograms recorded during earthquakes. Each file contains around 10,000 data points. The program is not able to analyse for all input files at one go. Could you suggest me a way to do that.
Thank you
Jet
From: Andy on
"Jetson Ronald" <ajetsonronald(a)yahoo.co.in> wrote in message <i3po71$7cs$1(a)fred.mathworks.com>...
> Hello
> I am analysing several no of input files in a single program. My input files are accelerograms recorded during earthquakes. Each file contains around 10,000 data points. The program is not able to analyse for all input files at one go. Could you suggest me a way to do that.
> Thank you
> Jet

Perhaps you could be a little more clear about what your program wants to do and what it fails to do? Do you mean your program is not correctly analyzing your data? Do you mean you don't have enough memory to hold all of the data in memory at once? Do you mean you don't know how to process a sequence of files?