You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

SYNTAX
DESCRIPTION
[fcsdat, fcshdr] = fca_readfcs(filename)
Puts data from .fcs file into the FCSdata array of size [ NumOfPar 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. 

  • No labels