Read a SLZ library file from disk
Contents
Syntax:
SLZ = SLZread(filename);
Description:
SLZread reads spectral library files (SLZ) from disk.
Input:
filename: The name of the file (including the path and extension) to be read from disk.
Output:
SLZ: Data structure containing the library data.
Example:
SLZ = SLZread('./shared/EndMemberLibrary/ISSAIlluminants9.slz');
See also:
HSZread, HSZwrite, SLZwrite, FLAread, FLAwrite