view evaluation/listSamplesToClusterNo.m @ 37:d9a9a6b93026 tip

Add README
author DaveM
date Sat, 01 Apr 2017 17:03:14 +0100
parents 4af6fc2100e8
children
line wrap: on
line source
for i = 1:size(ucl,1)
    if(mod(i-1,2))
        endLine =' \\';
    else
        endLine = ' & ';
    end
        
    disp([ucl{i} ' & ' num2str(ucl_count(i)) endLine])

end

%%
diary('ClassEvaluation.txt');

for i = 1:length(p)
   i
   for ii = 1:length(p(i).toPlot)
       disp([p(i).led{ii} ' & ' num2str(p(i).toPlot(ii))])
   end
    
end
diary off