


GET_WEIGHTS Extracts an array of weights from particles structures
Syntax:
W = get_weights(S)
In:
S - NTxN cell array containing particle structures
Out:
W - NTxN matrix containing the particle weights
Description:
Convience function for retrieving the particles weights from
particle structures in a regular vector.