help-octave
[Top][All Lists]
Advanced

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

Re: loading .mat-files


From: A. Danial
Subject: Re: loading .mat-files
Date: Thu, 15 Nov 2001 19:17:49 -0800
User-agent: Mutt/1.2.5i

On Wed, Nov 14, 2001 at 09:34:09PM +0100, Mirek Kwasniak wrote:
> On Wed, Nov 14, 2001 at 07:07:46PM +0100, Mats Johansson wrote:
> > Hi!
> > I'm trying to load my already saved .mat - files, created in Matlab. 
> > Can anybody help me ?
> 
> Octave can read matlab4 .mat files.
> 
> Change your matlab from
> 
>   load foo
> 
> to
> 
>   load -mat4-binary foo.mat
> 
> (file extension is important)

This week I ran into a behemoth .mat file that gave 
out-of-memory errors when trying to load into octave
(and matlab too for that matter).  A colleague pointed
me to the stand-alone C program matdump:
   http://bul.eecs.umich.edu/~crowej/matdump.html
which worked like a charm.  It can give a listing of the .mat
file's contents and allows individual data items to be streamed 
to stdout or sent to a binary file.           -- Al



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