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

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

[Octave-bug-tracker] [bug #49902] H5T.copy


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #49902] H5T.copy
Date: Wed, 21 Dec 2016 13:14:39 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.9) Gecko/20100101 Goanna/3.0 Firefox/45.9 PaleMoon/27.0.3

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

                 Summary: H5T.copy
                 Project: GNU Octave
            Submitted by: octavebugs
            Submitted on: Wed 21 Dec 2016 01:14:37 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In Matlab the following command is accepted:

>> b = H5T.copy('H5T_NATIVE_FLOAT')
b = 
    50331962

In octave it results in a syntax error:

>> b = H5T.copy('H5T_NATIVE_FLOAT')
error: 'H5T' undefined near line 1 column 5

It is something to do with hd5
(https://mathworks.com/help/matlab/low-level-functions.html).

The configure script found the library,

HDF5 libraries:                -lhdf5

but I guess there is no interface to the functions. Just wondering if this is
something that is planned for Octave?





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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