1 function perim_plot(t1,t2,pc)
2 %plots final perimeter of two simulations
3 %inputs t1, t2 - tign in matrix,
4 % pc - path structure pc = cluster_paths(w,1)
10 figure,contour(pc.red.fxlong,pc.red.fxlat,t1,p,'k');
12 contour(pc.red.fxlong,pc.red.fxlat,t2,p,'r')