% test_cl_pattern.m dim= 11; T= eye(dim); %!! Open figure window and clear any contents from previous plots figure (1); clf (); cl_pattern(T,0,1); pause(1); for i = 1:100 T= T+randn(dim,dim)*0.1; cl_pattern(T,i,1); end