help-octave
[Top][All Lists]
Advanced

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

Re: Reading mat file


From: Jordi Gutiérrez Hermoso
Subject: Re: Reading mat file
Date: Tue, 20 Mar 2012 02:45:01 -0400

On 20 March 2012 02:40, asha g <address@hidden> wrote:
> I would like to read the data in the attached mat file. How do I do
> it.

If I unzip your file and do "load cabunbact1aN11oct", I obtain the
following:

    octave:3> whos
    Variables in the current scope:

       Attr Name        Size                     Bytes  Class
       ==== ====        ====                     =====  =====
            vv1      6182x1                      49456  double
            vvvv     6182x11                    544016  double
            x           1x6182                   49456  double
            z           1x11                        88  double

    Total is 80377 elements using 643016 bytes

Is this not your desired result?

- Jordi G. H.


reply via email to

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