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

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

[Octave-bug-tracker] [bug #42562] 3.8.1 can't load mat file (>maltab r20


From: Rik
Subject: [Octave-bug-tracker] [bug #42562] 3.8.1 can't load mat file (>maltab r2010b)
Date: Mon, 16 Jun 2014 15:56:26 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Update of bug #42562 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #16:

This is really a problem with R and Python.  Matlab objects are always at
least 2-D.  Even an empty object is implemented as a 2-D 0x0 object.  Hence,
when the file is read in by Matlab and written back out again it generates a
proper scalar object which is 2-D 1x1.

We can help out our open source friends though since the code change is
minimal.  I made the change on the stable branch in this changeset
(http://hg.savannah.gnu.org/hgweb/octave/rev/94d791a03737).  It will be part
of the 3.8.2 bug fix release.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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