kidcharles
January 20th, 2009, 01:16 PM
Hi all, I just installed the octave3.0 package on my fresh 8.04.1 installation and it is pretty bugged. I put in a simple script and it executed it in a continuous loop for no apparent reason.
data = load "011909a.txt";
v = data(:,3);
d2 = data(:,4);
figure
plot(v,d2)
Also, the 'plot' command does not work. I tried to compile the latest octave from source but I had a compilation error. Anyone else having these problems? Is there an alternate package out there, even an older one, that would work better? Thanks.
data = load "011909a.txt";
v = data(:,3);
d2 = data(:,4);
figure
plot(v,d2)
Also, the 'plot' command does not work. I tried to compile the latest octave from source but I had a compilation error. Anyone else having these problems? Is there an alternate package out there, even an older one, that would work better? Thanks.