help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Embedded Octave - Error Handling


From: Michael Goffioul
Subject: Re: Embedded Octave - Error Handling
Date: Wed, 25 Sep 2013 10:33:26 -0400

On Wed, Sep 25, 2013 at 10:25 AM, schallb <address@hidden> wrote:
Thank you!
This solved my Problem...

Do you have any Idea if i could implement a kind of "On Error resume Next"
functionality wehn executing an M File with errors?

If you mean continuing the execution of the M-file after the error, I don't think it's possible in a generic way. OTOH you could use try/catch statement in your m-files to handle error scenarios.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]