Home > src > set_weights.m

set_weights

PURPOSE ^

SET_WEIGHTS Sets the weights in particle structures

SYNOPSIS ^

function S = set_weights(S,W)

DESCRIPTION ^

SET_WEIGHTS  Sets the weights in particle structures

 Syntax:
    W = set_weights(S,W)

 In:
   S - NTxN cell array containing particle structures
   W - NTxN matrix containing the particle weights

 Out:
   S - NTxN cell array of updated particle structures


 Description:
   Convience function for setting the particles weights in
   particle structures for the values given in a regular matrix.

CROSS-REFERENCE INFORMATION ^

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