help-octave
[Top][All Lists]
Advanced

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

Re: Octave and gzipped files


From: John Swensen
Subject: Re: Octave and gzipped files
Date: Mon, 08 Jan 2007 21:31:43 -0500
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Joseph Wakeling wrote:
Geordie McBain wrote:
Last, what other methods than gzipped ascii could I use to store large
datasets?
save -binary

A possibility, but that's Octave's binary format.  I'm wondering about
something that I can use more effectively with a variety of programs
(including my own simulation code written in C or C++), hence the query
about SQL.
_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave

Either link against liboctave from your c/c++ program or make an oct file to read/write in your own proprietary format. A couple of months ago, I was messing aroung with the BoostC++ library's serialization classes and thought it was pretty cool for a custom file format.

John Swensen



reply via email to

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