[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with QtOcvave: 1469089149.variables; fscanf; fclose;
From: |
address@hidden |
Subject: |
Re: Problem with QtOcvave: 1469089149.variables; fscanf; fclose; |
Date: |
Thu, 21 Jul 2016 23:10:24 +0900 (JST) |
--- gulkamarek
> To Whom It May Concern!
>
> I use octave with graphical interface on ubuntu 14.04.3 LTS for some
> calculation to my thesis. Since two days (sometimes)I have problem with my
> Octave(or I just do something not right).
> After I switch octave on I get Error:>>>error: load: unable to find file
> /home/jacek/.qtoctave/1469089149.variables
> Terminal doasn't work as it should. It shows directory of file that I try to
> run>>> cd '/home/jacek/Pulpit/AAA_LCOE' source ("main.m") or just display the
> same code which is in the m file.
> And it doesn't read and close files.
> >>>error: fscanf: invalid stream number = -1>>>error: fclose: invalid stream
> >>>number = -1
> Is it possible to get ome help or tips form You in this situation?
>
> --
> Best regards / Mit freundliche Grüßen,
>
> Marek Gulka
> address@hidden
> tel. +48 664 668 209
> tel. +49 15780815846
>
Octave project itself has no relationship with qt octave. And Octave itself
supports gui.
try install latest Octave from ppa.
Tatsuro