help-octave
[Top][All Lists]
Advanced

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

Re: Importing data in Octave


From: Benjamin Lindner
Subject: Re: Importing data in Octave
Date: Sun, 20 Dec 2009 09:54:13 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

address@hidden wrote:
-----Original Message-----
From: Jaroslav Hajek [mailto:address@hidden
Use fscanf, textread or dlmread.

"help textread" on 3.2.2 on Windows XP 32 bit gives me a message:

help textread
error: library open failed:
C:\Octave\3.2.2_gcc-4.3.0\libexec\octave\packages\io-1.0.9\i686-
pc-mingw32-api-v37\textread.oct
error: called from:
error:   C:\Octave\3.2.3_gcc-4.4.0\share\octave\3.2.3\m\help\help.m at
line 55, column 17
octave-3.2.3.exe:1:C:\Octave\3.2.3_gcc-4.4.0\bin

Is this just because (some part of) the library isn't installed?

It seems you have mixed the search paths of octave 3.2.3 and octave 3.2.2.
textread.oct compiled for octave 3.2.2 will most probably not load
correctly in octave 3.2.3 since the gcc version changed and probably
also octave's api.

Please use the octave forge packages distributed with the binary
installer for the octave version you use.

bejamin


reply via email to

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