help-octave
[Top][All Lists]
Advanced

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

Re: writing integer with fwrite


From: Robert A. Macy
Subject: Re: writing integer with fwrite
Date: Tue, 14 Dec 2004 06:19:20 -0800

I'm running octave-2.1.50a-inst.exe on Windows98, and on
another system, Windows XP

the 'ulong' phrase writes a single set of 4 bytes for a
variable.  

fwrite(fid,variable,'ulong');  

when I check the file created with hex editor, there are 4
bytes representing the value of variable.  

            - Robert -

On Tue, 14 Dec 2004 01:26:41 -0600
 <address@hidden> wrote:
> Hello and thanks for the quick answer,
> 
> But it doesn't solve the problem.
> The statement:
> cnt=fwrite(fid, bytes,'uint32')
> Returns cnt=2, so it uses two uint32 values to store the
> one variable,
> in Matlab it returns cnt=1, converting the value bytes to
> a
> 32bit-Integer before writing. I need it to store as a
> 4byte value when
> using uint32.
> Any ideas?
> I am using the precompiled windows version 2.150 from
> sourceforge.
> Is this perhaps a known bug?
> 
> Greetings
> Reiner
> 
> 
> 
>
-------------------------------------------------------------
> Octave is freely available under the terms of the GNU
> GPL.
> 
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:
>  http://www.octave.org/funding.html
> Subscription information:
>  http://www.octave.org/archive.html
>
-------------------------------------------------------------
> 



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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