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: CdeMills
Subject: Re: Instrument control script only runs once.... plot stops working.
Date: Wed, 17 Jul 2013 06:04:35 -0700 (PDT)

martine1212 wrote
> error: fputs: invalid stream number = 5
> error: called from:
> error:   /usr/share/octave/3.6.3/m/plot/__gnuplot_drawnow__.m at line 299,
> column 1
> error:   /usr/share/octave/3.6.3/m/plot/__gnuplot_drawnow__.m at line 84,
> column 16
> error:   /usr/share/octave/3.6.3/m/plot/figure.m at line 60, column 7
> error:   /home/labuser/Windows_drive/Inst_programs/HP8510C_Spar.m at line
> 225, column 3 

Looks like you open a file, write to it, close it, and start using the same
file descriptor again ?
Stream number 1 to 3 are stdin, stdout, stderr. Or maybe you close a figure
?

Regards

Pascal



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Instrument-control-script-only-runs-once-plot-stops-working-tp4655736p4655770.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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