Hi, I am using Matlab 2018R with installed Tensormap and TiffStack. I am trying to load one of those terrible multislice TIFF saved from Imagej which save the info only of the first. Imread is only able to read the first. When I simply do `tsStack = TIFFStack('left_c.tif');` I get this error `--- MappedTensor: Compiling MEX functions. Warning: --- MappedTensor: Could not compile MEX functions. Using slow matlab versions. > In MappedTensor>GetMexFunctionHandles (line 2173) In MappedTensor (line 204) In TIFFStack>OpenImageJBigStack (line 1885) In TIFFStack (line 247) Warning: --- MappedTensor/delete: Could not delete temporary file. Error: Invalid file identifier. Use fopen to generate a valid file identifier. > In MappedTensor/delete (line 408) In MappedTensor (line 200) In TIFFStack>OpenImageJBigStack (line 1885) In TIFFStack (line 247) Error using TIFFStack (line 484) *** TIFFStack: Could not open file [C:\Users\Administrator\Documents\ruiqin\left_c.tif]. Caused by: Error using fopen First input must be a file name or a file identifier.` any idea?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by alecrimi and has received 5 comments.