So now I'd like to read the contents of this MAT file into the variable workspace. I'm stumped (obviously). I can use the java "read" function to get the contents, but have no way to parse the raw data. Do I really need to use the unzip.m function to put the contents of the file into a temp directory and then use the built-in load function to load from that? Is there any way to trick "load" into using a java InputStream object instead of a string?
Thanks!
I've been running for a week or so just unzipping to a temporary directory. It doesn't feel as "clean", but it seems to be working fine and the performance is satisfactory.
Thanks!
Ray