AStarSearchRandomGridDemo:

% Test AStarSearch using a grid with randomly placed obstacles.
  ------------------------------------------------------------------------
  See also AStarSearch, TransformGridCoordinates, NewFig, Plot2D, TextS
  ------------------------------------------------------------------------
%
-------------------------------------------------------------------------------
   Copyright (c) 2003 Princeton Satellite Systems, Inc. All rights reserved.
-------------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/TextS
Math: AStar/AStarSearch
Math: AStar/TransformGridCoordinates