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?
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