RemoveContentsFile:

Path: Common/FileUtils

--------------------------------------------------------------------------
   Removes the 'Contents.m' file from a cell array of file names
--------------------------------------------------------------------------
   Form:
   y = RemoveContentsFile( x )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x	        {}       Cell array of strings

   -------
   Outputs
   -------
   y	        {}       Cell array of strings

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

Back to the Common Module page