help-octave
[Top][All Lists]
Advanced

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

Re: Reading binary file


From: c.
Subject: Re: Reading binary file
Date: Mon, 10 Jun 2013 16:00:44 +0200

On 10 Jun 2013, at 15:22, MrOba <address@hidden> wrote:

> Hi all.
> 
> Where can i find details about the binary format in which octave saves data?
> 
> I store my data in binary format and would like to read it outside octave..
> 
> Regards
> MrO

Rather than studying Octave's binary format and reimplementing the code to to 
load it
I'd reccommend just linking to liboctave and use its functions to the job, that 
is one
advantage of Free Software after all …

There is one example how to do this from C, C++ and Fortran here on the wiki: 
http://wiki.octave.org/Fortran

c.



reply via email to

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