Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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.

...