help-octave
[Top][All Lists]
Advanced

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

Re: mat files


From: Sergio Dominguez
Subject: Re: mat files
Date: Fri, 29 Aug 2003 10:43:48 +0100
User-agent: Mutt/1.3.28i

nice.... looks like it was in the matlab file actually....

Thanks!!

Sergio


A las 10:49 del 29 de Aug de 2003, Etienne Grossmann <address@hidden> dijo:
>   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

-- 
Hear about...
        the Ayatollah Khomeini Doll?
        Wind it up and it takes Ken and Barbie hostage.



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