opening SCN file in MATLAB

I have downloaded the Bio-Formats zipped folder bfmatlab and unzipped on my MATLAB path. But I still can't use function bfopen().The error information as pictures.

1 Kommentar

Walter Roberson
Walter Roberson am 26 Okt. 2020
I would experiment with renaming the file so that it did not have periods in the name except before scn

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Priysha LNU
Priysha LNU am 28 Okt. 2020

0 Stimmen

Hi,
Please check the version of the Bio-Formats library being used by the following command:
disp(char(loci.formats.FormatTools.VERSION))
If this results in the following isse,
Undefined variable "loci" or class "loci.formats.FormatTools.VERSION".
then the Bio-Formats JARs are not on the Java classpath. If you have downloaded the latest Bio-Formats MATLAB toolbox, you should be able to put these JARs on the classpath and return the version of the library via:
[status,version] = bfCheckJavaPath()
Having performed these operations, please try re-running the toolbox function:
data = bfopen('<filename>.scn');
If there is still an error, please consider renaming the '.scn' file to a string which does not contain any characters (.,/?<>:;'"*&^%$#@<space>) and try re-rerunning the command.
DISCLAIMER: These are my own views and in no way depict those of MathWorks.

4 Kommentare

lin ai
lin ai am 2 Nov. 2020
Thanks for your answer! I have tried your solution that changed the file name to "try.scn" and re-running the function "bfopen". But it still return me this error. And I ran the sentence "[status,version] = bfCheckJavaPath()", and it also gave me the right answer but not give me the error information. So what should I do next?
Walter Roberson
Walter Roberson am 2 Nov. 2020
Would it be possible to zip try.scn and attach the zip, for our testing purposes?
lin ai
lin ai am 3 Nov. 2020
Sorry, it's not convenient to give you the file. Maybe is it the version of MATLAB and the version of Bio-Formats not matched? I used MATLAB2020 and Bio-Formats6.5.1. If so, could you tell me the successful match of MATLAB and Bio-Formats? Thank you so much.
JSC
JSC am 12 Apr. 2021
I know this is months later, but it looks to me like the issue is that you named your file "try. scn" with a space after the period, instead of "try.scn" without a space.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Import and Analysis finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 26 Okt. 2020

Kommentiert:

JSC
am 12 Apr. 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by