help-octave
[Top][All Lists]
Advanced

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

Re: Instrument control script only runs once.... plot stops working.


From: Jordi Gutiérrez Hermoso
Subject: Re: Instrument control script only runs once.... plot stops working.
Date: Wed, 17 Jul 2013 16:27:17 -0400

On 17 July 2013 12:22, martine1212 <address@hidden> wrote:
> Missing  the point here....
>
> It is not related to writing into a file...

Octave isn't lying to you. If Octave thinks the file stream number is
invalid, then this is the point you need to address.

The typical situation for "second time I run it's wrong" is that you
have some leftover global variable from the first run that you're not
clearing when you're running it the second time.

- Jordi G. H.


reply via email to

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