GETWEIGHTS Returns Current instance weights
0001 function [ wts ] = getWeights( cl ) 0002 %GETWEIGHTS Returns Current instance weights 0003 0004 wts = cl.lastExWeights; 0005 0006 end 0007