Home > ISET > utility > cellDelete.m

cellDelete

PURPOSE ^

Delete some cells from a list of cells

SYNOPSIS ^

function dCell = cellDelete(c,dList);

DESCRIPTION ^

 Delete some cells from a list of cells 

   dCell = cellDelete(c,dList);

Purpose:
    Delete a the cell entries in the integer list, dList.  Return the
    (shortened) cell array. 

 Example:
  a = {'a','b','c','d'}; b = cellDelete(a,[1,3]);

 Copyright ImagEval Consultants, LLC, 2003.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003