help-octave
[Top][All Lists]
Advanced

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

Re: Writing OCTAVE binary matrices and MATLAB .mat files


From: David Bateman
Subject: Re: Writing OCTAVE binary matrices and MATLAB .mat files
Date: Mon, 1 Dec 2003 17:24:06 +0100
User-agent: Mutt/1.3.28i

Daprès address@hidden <address@hidden> (le 01/12/2003):
> 
> Hi there
> 
> I am trying to write a standalone C program that can
> convert a matrix into a binary matlab file. The binary
> format is described here: 
> 
>  http://maxwell.me.gu.edu.au/spl/matlab-page/matfile_format.pdf
> 
> although previous posts to the octave lists say the 
> MatLab file format for Matlab 5 is proprierary - ????
> 
> In any case, I suppose this is an OT question:
> Does a standalone C library exist for writing matlab
> files? -- something like libpng but for matlab matrices
> instead of 2D png images?

No such a library doesn't exist, but doing something like this is a goal
of some recent changes in the code...

> Can someone tell me where in the octave source .mat files are
> formatted so that i don't need to wade through it all?

try in src/ls-mat{4,5,-ascii}.{cc,h}...

> if no such library exists, is anyone interested in helping
> me implement the pdf spec above?

Not at the moment.... :-)

D.

-- 
David Bateman                                address@hidden
Motorola CRM                                 +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 1 69 35 77 01 (Fax) 
91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



-------------------------------------------------------------
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]