- Timestamp:
- 10/22/08 10:46:42 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
matlab/merger_iter_debug.m
r190 r193 7 7 8 8 figure(1); 9 for it=0: 209 for it=0:4 10 10 figure(it+1) 11 11 subplot(2,2,1); … … 24 24 subplot(2,2,3); 25 25 eval(['contour_2(Smp' si '(1,:),Smp' si '(2,:),exp(lW' si '(2,:)))']); 26 %eval(['contour_2(Smp' si '(1,:),Smp' si '(2,:),exp(lw_cond' si '))']); 26 27 title('Second source'); 27 28 set(gca,'XLim',XL); … … 30 31 31 32 subplot(2,2,4); 32 eval(['contour_2(Smp' si '(1,:),Smp' si '(2,:),w' si ')']); 33 hold off 34 eval(['contour_2(Smp' si '(1,:),Smp' si '(2,:),w' si ','':'')']); 33 35 title('Merged density'); 34 36 set(gca,'XLim',XL); 35 37 set(gca,'YLim',YL); 38 hold on 39 eval(['contour_2(Smp' si '(1,:),Smp' si '(2,:),w_is_' si ')']); 36 40 37 41 end