SYNTAX | DESCRIPTION |
---|---|
[fcsdat, fcshdr] = fca_readfcs(filename) | Puts data from .fcs file into the FCSdata array of size [ NumOfChannels TotalEvents ] |
[fcsdat, fcshdr, fcsdatscaled] = fca_readfcs(filename) | Puts data from .fcs file into the FCSdata array. The third column contains the scaled parameters. |
[fcsdat, fcshdr, fcsdatscaled, fcsdat_comp] = fca_readfcs(filename) | Puts data from .fcs file into the FCSdata array. The third column contains the compensated fluorsecent intensities if the spillover data exist in the header. |
Note: The filename parameter is optional. The user can select the desired file using the standard open file dialog box.
Example: