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

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

[Octave-bug-tracker] [bug #45706] Unable to load -v7.3 MAT-file containi


From: Rik
Subject: [Octave-bug-tracker] [bug #45706] Unable to load -v7.3 MAT-file containing cells
Date: Fri, 20 Mar 2020 18:00:06 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #11, bug #45706 (project octave):

This could, at the very least, be documented.  Matlab has both v7 and v7.3
formats (see
https://www.mathworks.com/help/matlab/import_export/mat-file-versions.html). 
Octave only claims to load v7 format, which is correct.  The help text is


'-V7'
'-v7'
'-7'
'-mat7-binary'
     Save the data in MATLAB's v7 binary data format.

'-V6'
'-v6'
'-6'
'-mat'
'-mat-binary'
     Save the data in MATLAB's v6 binary data format.

'-V4'
'-v4'
'-4'
'-mat4-binary'
     Save the data in the binary format written by MATLAB version
     4.


What about adding


'-V7.3'
'-v7.3'
'-7.3'
    Octave does *not* support MATLAB's v7.3 binary data format.


to the documentation.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?45706>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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