function [ weights ] = getWeights( rg )
0001 function [ weights ] = getWeights( rg ) 0002 %function [ weights ] = getWeights( rg ) 0003 0004 weights = rg.weights; 0005 0006 end