octave-maintainers
[Top][All Lists]
Advanced

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

2.9.9+ for Windows


From: andreas.nae
Subject: 2.9.9+ for Windows
Date: Tue, 13 Mar 2007 12:09:45 +0100

Hello,

i expierenced the same behaviour recently
(using Michael Goffiouls 2.9.9+ windows package)

i've a binary file, storing a 10000x2 array of type 'single'
opening with: 

  fid=fopen('binfile.bin','r')
  [val,count]=fread(fid,[10000,2],'single')

this leads to
  count=94, val as array with 94 rows. strange.
  (ftell(fid) gave me 4096, and no further reading possible)

with

  fid=fopen('binfile.bin','rb')
 
 everything is fine as it should be.
 
Michael, by this occasion, i would like to thank you, and of course
all the other people being enganged in the development, very much
for pushing and creating the 2.9.9+ win. - octave package. great work!

yours, andreas


(in the process of upgrading vom 2.1.42 ;-) at my windoze machine)



reply via email to

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