SYNTAX | DESCRIPTIONEXAMPLE | |
---|---|---|
logicleHist(FCSdata) | Creates a plot using the default scaling parameters | |
logicleHist(FCSdata, options) | Creates a plot | Exampleusing custom parameters |
[ histHist bins ] = logicleHist(FCSdata, options) | Create Creates a plot using custom parameters and returns the data as an array. |
Example:
OurData = fcs_readfcs();
FITCA = OurData(:,7);
logicleHist(FITCA);