DylanMuir / TIFFStack

Load TIFF files into matlab fast, with lazy loading
http://dylan-muir.com/articles/tiffstack/
Other
36 stars 20 forks source link

Error in opening big tiff stacks #32

Closed XhXue closed 4 years ago

XhXue commented 5 years ago

Hi, I'm using this code with matlab2018b to load my big tiff files converted by ImageJ (primary files are .fli). This might be silly since I'm quite new to matlab. I'm running it using X2toGo on the server and tried: tsStack = TIFFStack ('/xx/xx/Rec3.tif'); %%the full file path

And it showed me this: Error using TIFFStack Error: File: TIFFStack.m Line: 180 Column: 46 Invalid use of operator

Do I have to put my tif files on the same path with the code? Or any idea about this error?

Thank you in advance!

Originally posted by @XhXue in https://github.com/DylanMuir/TIFFStack/issues/31#issuecomment-490811980