help-octave
[Top][All Lists]
Advanced

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

File size limit?


From: Andre Bonfrer
Subject: File size limit?
Date: Fri, 16 Apr 1999 13:04:45 +1000

Hi!
Does Octave have a limit imposed on reading in files from ascii data?
I was trying to use fscanf to read in a file with about 4million rows, 7
columns (fixed length):
               294     2 298        11    2.6200         1            1
               294     2 299          9    2.5100         1            1

               294     2 300          6    2.4900         1            1

               294     2 301          5    2.9900         1            1

               294     2 302          1    2.4900         1            1

...

Using fscanf:
infid = fopen("data.dat","r","native");
[wb,count]=fscanf(infid,"%g",[inf,7]);

Each time the size of wb is limited s.t. count=33795
Can anyone help me?  Is there some parameter I have to set in
configuration to allow Octave to recognise beyound 33795?
Regards,
Andre

--
Andre Bonfrer
Melbourne Business School
200 Leicester Street
Carlton, VIC 3053
AUSTRALIA
Tel: 61 3 9349 8194
Fax: 61 3 9349 8193
Email: address@hidden




reply via email to

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