DelLZ:

-------------------------------------------------------------------------------
   Deletes leading zeros from a vector.
-------------------------------------------------------------------------------
   Form:
   v = DelLZ( v )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   v 			               Vector

   -------
   Outputs
   -------
   v 			               Vector

-------------------------------------------------------------------------------

Children: