Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
SYNTAX
DESCRIPTION

...

logicleHist(FCSdata)
Creates a plot using the default scaling parameters
logicleHist(FCSdata, options)
Creates a plot using

...

custom parameters

...

[ 

...

Hist bins ] = logicleHist(FCSdata, options)

...

Creates a plot using custom parameters and returns the data as an array.

 

Example

...

OurData = fcs_readfcs();
FITCA = OurData(:,7);
logicleHist(FITCA);

...