function MU=getmu(U,alf) MU = {}; for i=1:length(U) MU{i} = shuf2dfsa(U{i},alf); end MU=MU(:); return