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