help-octave
[Top][All Lists]
Advanced

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

Re: mat files


From: Etienne Grossmann
Subject: Re: mat files
Date: Fri, 29 Aug 2003 10:49:25 +0100
User-agent: Mutt/1.3.28i

  Yes, 

octave:19> b.x = "foo"; b.y = [1 2;3 4]
b =
{
  x = foo
  y =

    1  2
    3  4

}

octave:20> save  -mat-binary foo1.mat b
octave:21> clear        
octave:22> load foo1.mat
octave:23> b
b =
{
  x = foo
  y =

    1  2
    3  4

}

  HTH,

  Etienne

On Fri, Aug 29, 2003 at 09:53:47AM +0100, Sergio Dominguez wrote:
# Is it possible to read matlab .mat files from within octave? 
# 
# Would it be illegal or something?
# 
# Trying to move to octave...
# 
# Cheers,
# 
# Sergio
# 
# 
# -- 
# 6802 hackers make great use of the SEX instruction.
# 
# 
# 
# -------------------------------------------------------------
# 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
# -------------------------------------------------------------
# 
-- 
Etienne Grossmann ------ http://www.isr.ist.utl.pt/~etienne



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