-
I'm trying to pull some data from a Matlab MAT-file v7.3. Some of it is coming back with a data type of "Reference". I'm having a heck of a time figuring out how to de-reference those. Is there anyway you could point me to some sample code? --Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi. Unfortunately I don't think I can point to a "nice" example at the moment. A possible workaround would be to walk the file e.g. see https://github.com/jamesmudd/jhdf/blob/master/jhdf/src/main/java/io/jhdf/examples/PrintTree.java#L45 you could change |
Beta Was this translation helpful? Give feedback.
-
Some untested code that implements the workaround
|
Beta Was this translation helpful? Give feedback.
-
As of v0.6.8 there is now a new method |
Beta Was this translation helpful? Give feedback.
Some untested code that implements the workaround