Open siko1056 opened 6 years ago
Tried using the repository with your h5read.cc but got a bunch of errors like the one below-
h5read.cc:89:13: error: ‘class Matrix’ has no member named ‘isvector’; did you mean ‘is_vector’?
Similar errors for isinteger isreal iscomplex.
@shashwat1998 which Octave version do you use? Since Octave 4.4 there is no Matrix::is_vector()
anymore
Since Octave 4.4 Matrix::is_vector()
is deprecated and internally uses Matrix::isvector()
Same for Octave 6.1 https://octave.org/doxygen/6.1/d0/d26/classArray.html#a5e49a84c1bf87852ba6327703b67e5aa
Probably it is best to look at some more recent maintained fork https://github.com/tmullins/hdf5oct/network/members as @tmullins seems no longer to be working on this project anymore :wink: