octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #38488] Error loading a mat file


From: anonymous
Subject: [Octave-bug-tracker] [bug #38488] Error loading a mat file
Date: Fri, 08 Mar 2013 15:39:54 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.70 Safari/537.17

URL:
  <http://savannah.gnu.org/bugs/?38488>

                 Summary: Error loading a mat file
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 08 Mar 2013 03:39:52 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Gökhan Sever
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

There is a mat file (saved from within Matlab R2012b) loading issue with the
newest version of Octave:

GNU Octave, version 3.6.4
octave:1> load thermo
error: load: invalid element type = 15
error: load: trouble reading binary file 'thermo'


However, this works fine in an older version:

GNU Octave, version 3.4.3
octave:1> load thermo.mat
octave:2> whos
Variables in the current scope:

  Attr Name        Size                     Bytes  Class
  ==== ====        ====                     =====  ===== 
       Temp1      15x1                        120  double
       Temp2      15x1                        120  double
       Temp3      15x1                        120  double
       ans         1x39                       363  cell

Total is 84 elements using 723 bytes

Attached is the test file.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 08 Mar 2013 03:39:52 PM UTC  Name: thermo.mat  Size: 445B   By: None
Mat file that results with loading error in v3.6.4
<http://savannah.gnu.org/bugs/download.php?file_id=27577>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38488>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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