help-octave
[Top][All Lists]
Advanced

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

Re: Reading mat file


From: asha g
Subject: Re: Reading mat file
Date: Tue, 20 Mar 2012 14:59:29 +0800 (SGT)

I want to read the data in x and vv1 files
Asha
 
 
 
 
 
Goals too clearly defined can become blinkers.
Mary Catherine Bateson


From: Jordi GutiƩrrez Hermoso <address@hidden>
To: asha g <address@hidden>
Cc: "address@hidden" <address@hidden>
Sent: Tuesday, 20 March 2012 12:15 PM
Subject: Re: Reading mat file

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]