help-octave
[Top][All Lists]
Advanced

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

Re: loading .mat-files


From: Mirek Kwasniak
Subject: Re: loading .mat-files
Date: Wed, 14 Nov 2001 21:34:09 +0100
User-agent: Mutt/1.3.23i

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)


Mirek

PS

For all:

What is a difference between -mat4-binary and -mat-binary?



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