


CALCULATE_MEAN Calculates the mean of the given target from particles Syntax: M = calculate_mean(S,T) In: S - NTxN cell array containing particle structures T - Index of target Out: M - DxNT matrix containing the mean of the target Description: Convience function for calculating the mean of the given target from particle structures for a single or several time steps.
