% test_cl_pattern.m dim= 11; T= eye(dim); cl_patt(T,0,1); pause(1); for i = 1:100 T= T+randn(dim,dim)*0.1; cl_pattern(T,i,1); end