Home > marl > world > gridworld > gridworld_destroy.m

gridworld_destroy

PURPOSE ^

Destroys the gridworld

SYNOPSIS ^

function gw = gridworld_destroy(gw)

DESCRIPTION ^

Destroys the gridworld
  GW = GRIDWORLD_DESTROY(GW)
  Frees all resources consumed by the gridworld. No other operations
  may be performed on the gridworld after this function has been
  called.

  Parameters:
   GW          - the gridworld
  Returns:
   GW          - the destroyed gridworld structure


  See also gridworld

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 04-Aug-2010 16:55:08 by m2html © 2005