help-octave
[Top][All Lists]
Advanced

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

Re: how to debug octave code?


From: Quentin Spencer
Subject: Re: how to debug octave code?
Date: Wed, 23 Aug 2006 16:35:22 -0500
User-agent: Thunderbird 1.5.0.5 (X11/20060808)

frank wang wrote:
Hi,
I can load test1.txt. But I cannot load test2.txt. I did not use script. I just typed the following command and none of them load the data in. load('test2.txt')
load test2.txt
load "test2.txt"
All commands do not load the data. If I type whos -v, I did not see the data. Are there anyone using gcc 4.1.0 compliling the octave?

I'm using octave-2.9.7-3.fc5 on Fedora Core 5, compiled with gcc-4.1.1-1.fc5, and I am able to load both files:

octave:1> load test1.txt
octave:2> load test2.txt
octave:3> whos -v

*** local user variables:

 Prot Name            Size                     Bytes  Class
 ==== ====            ====                     =====  =====
  rw- __nargin__      1x1                          8  double
  rwd test2           3x1                         24  double
  rwd x               3x1                         24  double

Total is 7 elements using 56 bytes


Quentin



reply via email to

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