You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a "URI is not hierarchical" error when I try building in Netbeans, and use a .mat file as a resource.
This isn't so much as problem with JMatIO as it is a problem with not excepting InputStream as an input to the reader, and using a .mat file as a resource. I've had to do the following:
I'm getting a "URI is not hierarchical" error when I try building in Netbeans, and use a .mat file as a resource.
This isn't so much as problem with JMatIO as it is a problem with not excepting InputStream as an input to the reader, and using a .mat file as a resource. I've had to do the following:
MatFileReader reader = new MatFileReader();
to get around the problem, I thought you might want to do something similar (but in the JMatIO code base)
The text was updated successfully, but these errors were encountered: