Matlab undefined function bfCheckJavaPath
Posted: Wed Aug 28, 2013 2:47 pm
Downloaded both loci_tools.jar and bfopen.m and placed them in the same folder. Changed directory to that folder and also added loci_tools.jar to the java path.
When I call bfopen, I receive the following error message:
Undefined function 'bfCheckJavaPath' for input arguments of type 'double'.
Error in bfopen (line 98)
status = bfCheckJavaPath(autoloadBioFormats);
However, it is possible for me to run subsequent commands such as:
loci.common.DebugTools.enableLogging('INFO');
Running win 7 x64 and Matlab 2013a.
Any suggestions for how to resolve this matter?
When I call bfopen, I receive the following error message:
Undefined function 'bfCheckJavaPath' for input arguments of type 'double'.
Error in bfopen (line 98)
status = bfCheckJavaPath(autoloadBioFormats);
However, it is possible for me to run subsequent commands such as:
loci.common.DebugTools.enableLogging('INFO');
Running win 7 x64 and Matlab 2013a.
Any suggestions for how to resolve this matter?