function print_dd(DD) for i=1:length(DD) D = DD{i}; str = cell2str(DD{i},'],['); str = ['{[' str ']}']; fprintf('i=%d, D = %s \n',i,str); end return