octave-maintainers
[Top][All Lists]
Advanced

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

3.6.1 data save problem with -V6 (was Re: Successful build of 3.6.1)


From: Fredrik Lingvall
Subject: 3.6.1 data save problem with -V6 (was Re: Successful build of 3.6.1)
Date: Thu, 01 Mar 2012 11:07:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120217 Thunderbird/10.0.1

On 02/26/12 14:31, Dr. Alexander Klein wrote:
Hello,

I'd like to report a successful build of 3.6.1 on MacOSX 10.6.8 with manually 
compiled dependencies.

Zero failed tests, FLTK works, too.

Great work, thanks!

        Alex

--
Dr. Alexander Klein, Diplom-Mathematiker
Physiologisches Institut der JLU-Gießen
Aulweg 129
35392 Gießen

http://www.med.uni-giessen.de/physio/


3.6.1 is in Gentoo portage now and seems to build fine. I have a data save problem though:

save('-V6', [f_name '.mat'], 'y', 'Fs','threshold', 'trigger_ch', 'trigger_frames');

only saves the first variable:

Load the file and then:

octave:3> whos
Variables in the current scope:

   Attr Name          Size                     Bytes  Class
   ==== ====          ====                     =====  =====
        ans           1x35                       321  cell
        y      34560000x16                2211840000  single

Total is 552960035 elements using 2211840321 bytes

But this works:

save('-float-binary', [f_name '.mat'], 'y', 'Fs','threshold', 'trigger_ch', 
'trigger_frames');

Load the file and then:

octave:4>  whos
Variables in the current scope:

   Attr Name                  Size                     Bytes  Class
   ==== ====                  ====                     =====  =====
        Fs                    1x1                          8  double
        ans                   1x35                       321  cell
        threshold             1x1                          8  double
        trigger_ch            1x1                          8  double
        trigger_frames        1x1                          8  double
        y              34560000x16                2211840000  single



/Fredrik




reply via email to

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