Home > src > BN_pol_rec > functions > testRoadf_on.m

testRoadf_on

PURPOSE ^

tests

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 tests

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 
0002 % tests
0003  
0004  [sx1, sy1] =  size(node1Node2Road_noCost);
0005  [sx2, sy2] =  size(positionRoad_no);
0006  for i = 1:sx1
0007      node1Node2Road_noCost(i,:)
0008      figure(i)
0009      image(A), hold on
0010      plot(crossingPoints(:,2), crossingPoints(:,1), 'o')
0011       for j = 1:sx2
0012           if positionRoad_no(j,3) == i
0013            plot(positionRoad_no(j,2), positionRoad_no(j,1), 'X')
0014            pause
0015            end;
0016       end;
0017       hold off
0018   end; 
0019

Generated on Wed 16-Mar-2005 09:17:47 by m2html © 2003