tiffreadVolume
Read volume or time series image stack from TIFF file
Description
V = tiffreadVolume(filename,'PixelRegion',{rows,columns,slices})V.
          {rows,columns,slices} is a cell array that specifies the subsampling
        along each dimension.
Examples
Input Arguments
Output Arguments
Tips
This function supports reading volumetric and time series data from the following kinds of TIFF stacks:
- Image data stored in the file as individual Image File Directories (IFDs) of the same size and kind. 
- Image data stored in the file as one image using the TIFF - ImageDepthtag.
- Image data stored as large, non-BigTIFF files, greater than 4GB, created by ImageJ. 
Version History
Introduced in R2020b