flim.medimean
Computes median and mean values from the sorted dataset.
Syntax
[medi, mea] = photonscore.flim.medimean(fl)
[medi, mea] = photonscore.flim.medimean(fl, range)
Description
medimean(fl, range)
loops through the sorted dataset fl
computed by
flim.sort
function and returns median and mean lifetime
images where dt
falls inside range
.
Parameters
fl
Sorted dataset structure.
range
A numeric two element vector of values constraining the range
of time values.
Example
For the usage examples please consult TechNotes.