Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: how to handle the error
Date: Thu, 22 Oct 2009 05:33:04 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <hboqqg$qc5$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1256189584 27013 172.30.248.37 (22 Oct 2009 05:33:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 22 Oct 2009 05:33:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1947254
Xref: news.mathworks.com comp.soft-sys.matlab:579182


I'm dealing with a large dataset. When I pick a number to process, sometimes there will generate same error and will stop there.
I just wonder if there is any method to handle such situation. I hope when the error occurs, the 
procedure can jump over this number and continue to process the other numbers.  I hope the whole procedure can continue uninterrupted instead of a cease.
In that way I can get most of the data analyzed
Thank you.