Home > src > calculate_mean.m

calculate_mean

PURPOSE ^

CALCULATE_MEAN Calculates the mean of the given target from particles

SYNOPSIS ^

function M = calculate_mean(S,T)

DESCRIPTION ^

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.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 19-Feb-2008 17:08:22 by m2html © 2003